[xoops-cvslog 6034] CVS update: xoops2jp/html/modules/legacy/admin/templates

Back to archive index

NobuNobu nobun****@users*****
2006年 12月 14日 (木) 07:53:28 JST


Index: xoops2jp/html/modules/legacy/admin/templates/customblock_delete.html
diff -u xoops2jp/html/modules/legacy/admin/templates/customblock_delete.html:1.1.2.3 xoops2jp/html/modules/legacy/admin/templates/customblock_delete.html:1.1.2.4
--- xoops2jp/html/modules/legacy/admin/templates/customblock_delete.html:1.1.2.3	Mon Nov 27 15:00:26 2006
+++ xoops2jp/html/modules/legacy/admin/templates/customblock_delete.html	Thu Dec 14 07:53:28 2006
@@ -59,7 +59,7 @@
       <{if $object->getShow('visible') == 1}>
         <{$smarty.const._YES}>
       <{else}>
-        <{$smarty.const._YES}>
+        <{$smarty.const._NO}>
       <{/if}>
     </td>
     </tr>
@@ -74,11 +74,10 @@
   <tr>
     <td class="head"><{$smarty.const._AD_LEGACY_LANG_ISACTIVE}></td>
     <td class="<{cycle values="odd,even"}>">
-    <td class="<{cycle values="odd,even"}>">
       <{if $object->getShow('isactive') == 1}>
         <{$smarty.const._YES}>
       <{else}>
-        <{$smarty.const._YES}>
+        <{$smarty.const._NO}>
       <{/if}>
     </td>
   </tr>


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