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

Back to archive index

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


Index: xoops2jp/html/modules/legacy/admin/templates/preference_edit.html
diff -u xoops2jp/html/modules/legacy/admin/templates/preference_edit.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/preference_edit.html:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/templates/preference_edit.html:1.1.2.1	Sat Oct 14 23:55:24 2006
+++ xoops2jp/html/modules/legacy/admin/templates/preference_edit.html	Sun Oct 15 01:24:13 2006
@@ -2,14 +2,14 @@
   <{if $module != null}>
     <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/admin/index.php"><{$module->getVar('name')}></a>
     <{if $category != null}>
-      &raquo;&raquo; <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/admin/index.php?action=PreferenceList"><{$smarty.const._MI_BASE_MENU_PREFERENCE}></a>
+      &raquo;&raquo; <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/admin/index.php?action=PreferenceList"><{$smarty.const._MI_LEGACY_MENU_PREFERENCE}></a>
       &raquo;&raquo; <{$category->getName()|escape}>
     <{else}>
-      &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._MI_BASE_MENU_PREFERENCE}></span>
+      &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._MI_LEGACY_MENU_PREFERENCE}></span>
     <{/if}>
   <{else}>
-    <a href="<{$smarty.const.XOOPS_URL}>/modules/base/admin/index.php"><{$smarty.const._MI_BASE_NAME}></a>
-    &raquo;&raquo; <a href="./index.php?action=PreferenceList"><{$smarty.const._MI_BASE_MENU_PREFERENCE}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/modules/legacy/admin/index.php"><{$smarty.const._MI_LEGACY_NAME}></a>
+    &raquo;&raquo; <a href="./index.php?action=PreferenceList"><{$smarty.const._MI_LEGACY_MENU_PREFERENCE}></a>
     &raquo;&raquo; <span class="adminnaviTitle"><{$category->getName()|escape}></span>
   <{/if}>
 </div>
@@ -18,7 +18,7 @@
   <{if $category != null}>
     <{$category->getName()|escape}>
   <{else}>
-    <{$smarty.const._MI_BASE_MENU_PREFERENCE}>
+    <{$smarty.const._MI_LEGACY_MENU_PREFERENCE}>
   <{/if}>
 </h3>
 
@@ -38,7 +38,7 @@
   <table class="outer">
     <tr>
       <th colspan="2">
-        <{$smarty.const._MI_BASE_MENU_PREFERENCE}>
+        <{$smarty.const._MI_LEGACY_MENU_PREFERENCE}>
         <{if $category != null}>
            - <{$category->getName()|escape}>
         <{/if}>
@@ -119,7 +119,7 @@
 
           <{elseif $config->get('conf_formtype') == 'startpage'}>
             <select name='<{$config->getVar('conf_name')}>' id='legacy_xoopsform_<{$config->getVar('conf_name')}>'>
-              <option value="--"><{$smarty.const._AD_BASE_LANG_NONE}></option>
+              <option value="--"><{$smarty.const._AD_LEGACY_LANG_NONE}></option>
               <{xoops_optionsArray value=mid label=name from=$moduleArr default=$actionForm->get($config->get('conf_name'))}>
             </select>
             


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