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

Back to archive index

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


Index: xoops2jp/html/modules/base/admin/templates/blockinstall_list.html
diff -u xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.10	Mon Jun 12 02:03:51 2006
+++ xoops2jp/html/modules/base/admin/templates/blockinstall_list.html	Tue Aug  1 19:44:24 2006
@@ -37,10 +37,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}>
@@ -50,16 +50,16 @@
         <{/if}>
       </td>
 <{*
-      <td style="text-align:left;"><{$obj->getVar('name')}></td>
+      <td style="text-align:left;"><{$obj->getShow('name')}></td>
 *}>
-      <td style="text-align:left;"><{$obj->getVar('title')}></td>
-      <td style="text-align:left;"><{$obj->getVar('template')}></td>
+      <td style="text-align:left;"><{$obj->getShow('title')}></td>
+      <td style="text-align:left;"><{$obj->getShow('template')}></td>
       <td>
         <{if $obj->get('block_type') == 'C'}>
-          <a href="./index.php?action=CustomBlockEdit&amp;bid=<{$obj->getVar('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
-          <a href="./index.php?action=CustomBlockDelete&amp;bid=<{$obj->getVar('bid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
+          <a href="./index.php?action=CustomBlockEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
+          <a href="./index.php?action=CustomBlockDelete&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
         <{else}>
-          <a href="./index.php?action=BlockInstallEdit&bid=<{$obj->getVar('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>"title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
+          <a href="./index.php?action=BlockInstallEdit&bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>"title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
         <{/if}>
       </td>
     </tr>


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