[xoops-cvslog 4747] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Minahito minah****@users*****
2006年 10月 3日 (火) 12:35:54 JST


Index: xoops2jp/html/modules/base/admin/templates/imagecategory_list.html
diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.15 xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.16
--- xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.15	Mon Oct  2 19:48:13 2006
+++ xoops2jp/html/modules/base/admin/templates/imagecategory_list.html	Tue Oct  3 12:35:54 2006
@@ -53,7 +53,11 @@
       <td class="base_list_number"><{$obj->get('imgcat_maxwidth')|number_format}></td>
       <td class="base_list_number"><{$obj->get('imgcat_maxheight')|number_format}></td>
       <td class="base_list_select">
-        <{if $obj->getShow('imgcat_display') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._YES}><{/if}>
+        <{if $obj->get('imgcat_display') == 1}>
+          <{$smarty.const._YES}>
+        <{else}>
+          <{$smarty.const._NO}>
+        <{/if}>
       </td>
       <td class="base_list_order"><{$obj->getShow('imgcat_weight')}></td>
       <td class="base_list_type"><{$obj->getShow('imgcat_storetype')}></td>


xoops-cvslog メーリングリストの案内
Back to archive index