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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 4月 15日 (土) 14:25:04 JST


Index: xoops2jp/html/modules/base/admin/templates/customblock_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.2	Sun Apr  9 23:48:01 2006
+++ xoops2jp/html/modules/base/admin/templates/customblock_edit.html	Sat Apr 15 14:25:04 2006
@@ -2,7 +2,11 @@
   <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a>
   &raquo;&raquo; <a href="./index.php?action=BlockList"><{$smarty.const._MI_BASE_MENU_BLOCKLIST}></a>
   <{if $actionForm->getVar('content')}>
-    &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}>
+    <{if $object->getVar('visible') == 1 }>
+      &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}>
+    <{else}>
+      &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}>
+    <{/if}>
   <{else}>
     &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}>
   <{/if}>
@@ -10,7 +14,11 @@
 
 <h3>
   <{if $actionForm->getVar('content')}>
-    <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}>
+    <{if $object->getVar('visible') == 1 }>
+      &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}>
+    <{else}>
+      &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}>
+    <{/if}>
   <{else}>
     <{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}>
   <{/if}>
@@ -31,7 +39,11 @@
     <tr>
       <th colspan="2">
         <{if $actionForm->getVar('content')}>
-          <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}>
+          <{if $object->getVar('visible') == 1 }>
+            &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}>
+          <{else}>
+            &raquo;&raquo; <{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}>
+          <{/if}>
         <{else}>
           <{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}>
         <{/if}>


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