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

Back to archive index

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


Index: xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html
diff -u xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html:1.1.2.1	Sat Oct 14 23:55:24 2006
+++ xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html	Sun Oct 15 01:22:49 2006
@@ -1,13 +1,13 @@
 <div class="adminnavi">
-  <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a>
-  &raquo;&raquo; <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a>
-  &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_MODUNINSTALL_CONF}></span>
+  <a href="./index.php"><{$smarty.const._MI_LEGACY_NAME}></a>
+  &raquo;&raquo; <a href="./index.php?action=ModuleList"><{$smarty.const._MI_LEGACY_MENU_MODULELIST}></a>
+  &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_MODUNINSTALL_CONF}></span>
 </div>
 
-<h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_MODUNINSTALL_CONF}></h3>
+<h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_MODUNINSTALL_CONF}></h3>
 
 <ul>
-  <li><{$smarty.const._AD_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}>
+  <li><{$smarty.const._AD_LEGACY_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}>
 </ul>
 
 <{if $actionForm->hasError()}>
@@ -26,22 +26,22 @@
 
 <table class="outer">
   <tr>
-    <th colspan="3"><{$smarty.const._AD_BASE_LANG_MODUNINSTALL_CONF}></th>
+    <th colspan="3"><{$smarty.const._AD_LEGACY_LANG_MODUNINSTALL_CONF}></th>
   </tr>
   <tr>
     <td rowspan="6" class="head base_list_image">
       <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" />
       <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div>
     </td>
-    <td class="head"><{$smarty.const._AD_BASE_LANG_MOD_NAME}></td>
+    <td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_NAME}></td>
     <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td>
   </tr>
   <tr>
-	<td class="head"><{$smarty.const._AD_BASE_LANG_MOD_DIR_NAME}></td>
+	<td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_DIR_NAME}></td>
     <td class="<{cycle values='odd,even'}>"><{$module->getShow('dirname')}></td>
   </tr>
   <tr>
-    <td class="head"><{$smarty.const._AD_BASE_LANG_VERSION}></td>
+    <td class="head"><{$smarty.const._AD_LEGACY_LANG_VERSION}></td>
     <td class="<{cycle values='odd,even'}>">
       <{math equation="v/100" v=$module->get('version') format="%.2f"}>
       <{if $module->get('version') != $module->modinfo.version * 100 }>
@@ -50,7 +50,7 @@
 	</td>
   </tr>
   <tr>
-	<td class="head"><{$smarty.const._AD_BASE_LANG_MOD_MID}></td>
+	<td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_MID}></td>
 	<td class="<{cycle values='odd,even'}>">
       <{if $module->get('mid')}>
         <{$module->getShow('mid')}>
@@ -60,7 +60,7 @@
     </td>
   </tr>
   <tr>
-    <td class="head"><{$smarty.const._AD_BASE_LANG_LASTUPDATE}></td>
+    <td class="head"><{$smarty.const._AD_LEGACY_LANG_LASTUPDATE}></td>
     <td class="<{cycle values='odd,even'}>">
       <{if $module->get('last_update')}>
         <{$module->get('last_update')|xoops_formattimestamp:l}>
@@ -70,17 +70,17 @@
     </td>
   </tr>
   <tr>
-    <td class="head"><{$smarty.const._AD_BASE_LANG_MOD_DESC}></td>
+    <td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_DESC}></td>
     <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
   </tr>
   <tr>
     <td class="foot" colspan="3">
-      <input type="checkbox" name="force" value="1" /><{$smarty.const._AD_BASE_LANG_FORCE_MODE}>
+      <input type="checkbox" name="force" value="1" /><{$smarty.const._AD_LEGACY_LANG_FORCE_MODE}>
     </td>
   </tr>
   <tr>
     <td class="foot" colspan="3">
-      <input class="formButton" type="submit" value="<{$smarty.const._AD_BASE_LANG_UNINSTALL}>" />
+      <input class="formButton" type="submit" value="<{$smarty.const._AD_LEGACY_LANG_UNINSTALL}>" />
       <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />
     </td>
   </tr>


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