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

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:43:55 JST


Index: xoops2jp/html/modules/base/admin/templates/block_list.html
diff -u xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.14 xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.15
--- xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.14	Tue Jul 11 12:43:27 2006
+++ xoops2jp/html/modules/base/admin/templates/block_list.html	Tue Aug  1 19:43:54 2006
@@ -59,10 +59,10 @@
     </tr>
     <{foreach item=obj from=$objects}>
       <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
-        <td><{$obj->getVar('bid')}></td>
+        <td><{$obj->getShow('bid')}></td>
         <td style="text-align:left;">
           <{if $obj->mModule}>
-            <b><{$obj->mModule->getVar('name')}></b>
+            <b><{$obj->mModule->getShow('name')}></b>
           <{else}>
             <{if $obj->get('c_type') == "H" }><{$smarty.const._AD_BASE_LANG_CUSTOM_HTML}>
             <{elseif $obj->get('c_type') == "P"}><{$smarty.const._AD_BASE_LANG_CUSTOM_PHP}>
@@ -72,9 +72,9 @@
           <{/if}>
         </td>
 <{*
-        <td><{$obj->getVar('name')}></td>
+        <td><{$obj->getShow('name')}></td>
 *}>
-        <td style="text-align:left;"><{$obj->getVar('title')}></td>
+        <td style="text-align:left;"><{$obj->getShow('title')}></td>
         <td nowrap><{strip}>
           <{if $obj->get('side') == 0}>
             <span style='background-color:#66ff66;'><{xoops_input type=radio name=side key=$obj->get('bid') value=0 default=$obj->get('side')}></span>-
@@ -106,18 +106,18 @@
           <{xoops_input type=text name=weight size=4 key=$obj->get('bid') value=$obj->get('weight')}>
         </td>
         <td>
-          <select name="bcachetime[<{$obj->getVar('bid')}>]">
+          <select name="bcachetime[<{$obj->getShow('bid')}>]">
             <{xoops_optionsArray from=$cachetimeArr value=cachetime label=label default=$obj->get('bcachetime')}>
           </select>
         </td>
-        <td style="text-align:left;"><{$obj->getVar('last_modified')|xoops_formattimestamp:l}></td>
+        <td style="text-align:left;"><{$obj->getShow('last_modified')|xoops_formattimestamp:l}></td>
         <td>
           <{if $obj->get('block_type') == 'C'}>
-            <a href="./index.php?action=CustomBlockEdit&amp;bid=<{$obj->getVar('bid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
+            <a href="./index.php?action=CustomBlockEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
           <{else}>
-            <a href="./index.php?action=BlockEdit&amp;bid=<{$obj->getVar('bid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
+            <a href="./index.php?action=BlockEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
           <{/if}>
-          <a href="./index.php?action=BlockUninstall&amp;bid=<{$obj->getVar('bid')}>"><img src="<{"icons/uninstall.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
+          <a href="./index.php?action=BlockUninstall&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/uninstall.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
         </td>
       </tr>
     <{/foreach}>


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