Minahito
minah****@users*****
2006年 10月 15日 (日) 01:23:35 JST
Index: xoops2jp/html/modules/legacy/admin/templates/module_update.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_update.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/module_update.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/module_update.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_update.html Sun Oct 15 01:23:35 2006 @@ -1,12 +1,12 @@ <div class="adminnavi"> - <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> - »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_MODUPDATE_CONF}></span> + <a href="./index.php"><{$smarty.const._MI_LEGACY_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_LEGACY_MENU_MODULELIST}></a> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_MODUPDATE_CONF}></span> </div> -<h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_MODUPDATE_CONF}></h3> +<h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_MODUPDATE_CONF}></h3> -<div class="confirm"><{$smarty.const._AD_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getShow('name')}></div> +<div class="confirm"><{$smarty.const._AD_LEGACY_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getShow('name')}></div> <{if $actionForm->hasError()}> <div class="error"> @@ -23,22 +23,22 @@ <{xoops_input type=hidden name=dirname value=$module->get('dirname')}> <table class="outer"> <tr> - <th colspan="3"><{$smarty.const._AD_BASE_LANG_MODUPDATE_CONF}></th> + <th colspan="3"><{$smarty.const._AD_LEGACY_LANG_MODUPDATE_CONF}></th> </tr> <tr> <td class="head base_list_image" rowspan="6"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" /> <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 }> » <span class="base_module_versionMsg"><{math equation=$module->modinfo.version format="%.2f"}></span> @@ -46,7 +46,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')}> @@ -56,7 +56,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}> @@ -66,12 +66,12 @@ </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 class="formButton" type="submit" value="<{$smarty.const._AD_BASE_LANG_UPDATE}>" /> + <input class="formButton" type="submit" value="<{$smarty.const._AD_LEGACY_LANG_UPDATE}>" /> <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" /> </td> </tr>