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

Back to archive index

Minahito minah****@users*****
2006年 4月 6日 (木) 15:00:56 JST


Index: xoops2jp/html/modules/base/admin/templates/block_uninstall.html
diff -u xoops2jp/html/modules/base/admin/templates/block_uninstall.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/block_uninstall.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/block_uninstall.html:1.1.2.1	Wed Apr  5 19:58:23 2006
+++ xoops2jp/html/modules/base/admin/templates/block_uninstall.html	Thu Apr  6 15:00:56 2006
@@ -35,7 +35,9 @@
     </tr>
     <tr>
       <th style="width:30%;"><{$smarty.const._AD_BASE_LANG_SIDE}></th>
-      <td class="<{cycle values="odd,even"}>"><{$object->getVar('side')}></td>
+      <td class="<{cycle values="odd,even"}>">
+        <{if $object->mColumn}><{$object->mColumn->getVar('name')}><{/if}>
+      </td>
     </tr>
     <tr>
       <th style="width:30%;"><{$smarty.const._AD_BASE_LANG_WEIGHT}></th>
@@ -79,11 +81,13 @@
     </tr>
     <tr>
       <th style="width:30%;"><{$smarty.const._AD_BASE_LANG_BCACHETIME}></th>
-      <td class="<{cycle values="odd,even"}>"><{$object->getVar('bcachetime')}></td>
+      <td class="<{cycle values="odd,even"}>">
+        <{if $object->mCachetime}><{$object->mCachetime->getVar('label')}><{/if}>
+      </td>
     </tr>
     <tr>
       <th style="width:30%;"><{$smarty.const._AD_BASE_LANG_LAST_MODIFIED}></th>
-      <td class="<{cycle values="odd,even"}>"><{$object->getVar('last_modified')}></td>
+      <td class="<{cycle values="odd,even"}>"><{$object->getVar('last_modified')|xoops_formattimestamp:l}></td>
     </tr>
     <tr>
       <td class="foot" colspan="2" style="text-align:center;"><br />


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