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

Back to archive index

Minahito minah****@users*****
2007年 1月 18日 (木) 14:05:22 JST


Index: xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html
diff -u xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html:1.1.2.5 xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html:1.1.2.6
--- xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html:1.1.2.5	Sun Dec  3 00:50:20 2006
+++ xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html	Thu Jan 18 14:05:22 2007
@@ -19,6 +19,9 @@
 <form action="index.php?action=BlockInstallEdit" method="post">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=bid value=$actionForm->get('bid')}>
+  <{if !$hasVisibleOptionForm && $optionForm != null}>
+    <{$optionForm}>
+  <{/if}>
   <table class="outer">
     <tr>
       <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_BLOCK_INSTALL}></th>
@@ -67,7 +70,7 @@
         </select>
       </td>
     </tr>
-    <{if $optionForm != null}>
+    <{if $hasVisibleOptionForm && $optionForm != null}>
       <tr>
         <td class="head"><{$smarty.const._AD_LEGACY_LANG_OPTIONS}></td>
         <td class="<{cycle values="odd,even"}>">
Index: xoops2jp/html/modules/legacy/admin/templates/block_edit.html
diff -u xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.6 xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.7
--- xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.6	Thu Dec 14 22:02:49 2006
+++ xoops2jp/html/modules/legacy/admin/templates/block_edit.html	Thu Jan 18 14:05:22 2007
@@ -19,6 +19,9 @@
 <form action="index.php?action=BlockEdit" method="post">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=bid value=$actionForm->get('bid')}>
+  <{if !$hasVisibleOptionForm && $optionForm != null}>
+    <{$optionForm}>
+  <{/if}>
   <table class="outer">
     <tr>
       <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_BLOCK_EDIT}></th>
@@ -73,7 +76,7 @@
         </select>
       </td>
     </tr>
-    <{if $optionForm != null}>
+    <{if $hasVisibleOptionForm && $optionForm != null}>
       <tr>
         <td class="head"><{$smarty.const._AD_LEGACY_LANG_OPTIONS}></td>
         <td class="<{cycle values="odd,even"}>">


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