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

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:15:46 JST


Index: xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html
diff -u xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html:1.1.2.1	Sat Oct 14 23:55:24 2006
+++ xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html	Sun Oct 15 01:15:46 2006
@@ -1,34 +1,34 @@
 <div class="adminnavi">
-  <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>
-  &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._MI_BASE_MENU_BLOCKINSTALL}></span>
+  <a href="./index.php"><{$smarty.const._MI_LEGACY_NAME}></a>
+  &raquo;&raquo; <a href="./index.php?action=BlockList"><{$smarty.const._MI_LEGACY_MENU_BLOCKLIST}></a>
+  &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._MI_LEGACY_MENU_BLOCKINSTALL}></span>
 </div>
 
-<h3 class="admintitle"><{$smarty.const._MI_BASE_MENU_BLOCKINSTALL}></h3>
+<h3 class="admintitle"><{$smarty.const._MI_LEGACY_MENU_BLOCKINSTALL}></h3>
 
 <div class="tips">
-  <{$smarty.const._AD_BASE_TIPS_INSTALL_BLOCK}>
+  <{$smarty.const._AD_LEGACY_TIPS_INSTALL_BLOCK}>
 </div>
 
 <ul class="toptab">
-  <li><a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}></a></li>
+  <li><a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_LEGACY_LANG_ADD_CUSTOM_BLOCK}></a></li>
 </ul>
 
 <table class="outer">
   <tr>
-    <th><{$smarty.const._AD_BASE_LANG_BID}><br />
+    <th><{$smarty.const._AD_LEGACY_LANG_BID}><br />
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=<{$smarty.const.NEWBLOCKS_SORT_KEY_BID}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a>
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=-<{$smarty.const.NEWBLOCKS_SORT_KEY_BID}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th>
-    <th><{$smarty.const._AD_BASE_LANG_BLOCK_MOD}><br />
+    <th><{$smarty.const._AD_LEGACY_LANG_BLOCK_MOD}><br />
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=<{$smarty.const.NEWBLOCKS_SORT_KEY_MID}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a>
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=-<{$smarty.const.NEWBLOCKS_SORT_KEY_MID}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th>
-    <th><{$smarty.const._AD_BASE_LANG_TITLE}><br />
+    <th><{$smarty.const._AD_LEGACY_LANG_TITLE}><br />
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=<{$smarty.const.NEWBLOCKS_SORT_KEY_TITLE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a>
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=-<{$smarty.const.NEWBLOCKS_SORT_KEY_TITLE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th>
-    <th><{$smarty.const._AD_BASE_LANG_TEMPLATE}><br />
+    <th><{$smarty.const._AD_LEGACY_LANG_TEMPLATE}><br />
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=<{$smarty.const.NEWBLOCKS_SORT_KEY_TEMPLATE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a>
       <a href="<{$pageNavi->renderUrlForSort()}>&amp;sort=-<{$smarty.const.NEWBLOCKS_SORT_KEY_TEMPLATE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th>
-    <th><{$smarty.const._AD_BASE_LANG_CONTROL}></th>
+    <th><{$smarty.const._AD_LEGACY_LANG_CONTROL}></th>
   </tr>
   <{foreach item=obj from=$objects}>
     <tr class="<{cycle values='odd,even'}>">
@@ -38,10 +38,10 @@
           <span class="base_blocktype_module"><{$obj->mModule->getShow('name')}></span>
         <{else}>
           <span class="base_blocktype_custom">
-          <{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}>
-          <{elseif $obj->get('c_type') == "S"}><{$smarty.const._AD_BASE_LANG_CUSTOM_WITH_SMILIES}>
-          <{elseif $obj->get('c_type') == "T"}><{$smarty.const._AD_BASE_LANG_CUSTOM_WITHOUT_SMILIES}>
+          <{if $obj->get('c_type') == "H" }><{$smarty.const._AD_LEGACY_LANG_CUSTOM_HTML}>
+          <{elseif $obj->get('c_type') == "P"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_PHP}>
+          <{elseif $obj->get('c_type') == "S"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_WITH_SMILIES}>
+          <{elseif $obj->get('c_type') == "T"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_WITHOUT_SMILIES}>
           <{/if}>
           </span>
         <{/if}>
@@ -50,10 +50,10 @@
       <td class="base_list_text"><{$obj->getShow('template')}></td>
       <td class="base_list_control">
         <{if $obj->get('block_type') == 'C'}>
-          <a href="./index.php?action=CustomBlockEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_INSTALL}>" title="<{$smarty.const._AD_BASE_LANG_INSTALL}>" /></a>
+          <a href="./index.php?action=CustomBlockEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" title="<{$smarty.const._AD_LEGACY_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&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_INSTALL}>"title="<{$smarty.const._AD_BASE_LANG_INSTALL}>" /></a>
+          <a href="./index.php?action=BlockInstallEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>"title="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" /></a>
         <{/if}>
       </td>
     </tr>


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