Minahito
minah****@users*****
2006年 10月 15日 (日) 01:18:21 JST
Index: xoops2jp/html/modules/legacy/admin/templates/imagecategory_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/imagecategory_edit.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/imagecategory_edit.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/imagecategory_edit.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/imagecategory_edit.html Sun Oct 15 01:18:21 2006 @@ -1,18 +1,18 @@ <div class="adminnavi"> - <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> - »» <a href="./index.php?action=ImagecategoryList"><{$smarty.const._MI_BASE_MENU_IMAGE_MANAGE}></a> + <a href="./index.php"><{$smarty.const._MI_LEGACY_NAME}></a> + »» <a href="./index.php?action=ImagecategoryList"><{$smarty.const._MI_LEGACY_MENU_IMAGE_MANAGE}></a> <{if $actionForm->get('imgcat_id')}> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_EDIT}></span> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_EDIT}></span> <{else}> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_NEW}></span> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_NEW}></span> <{/if}> </div> <{if $actionForm->get('imgcat_id')}> - <h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_EDIT}></h3> + <h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_EDIT}></h3> <{else}> - <h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_NEW}></h3> - <div class="tips"><{$smarty.const._AD_BASE_TIPS_IMGCAT_STORETYPE}></div> + <h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_NEW}></h3> + <div class="tips"><{$smarty.const._AD_LEGACY_TIPS_IMGCAT_STORETYPE}></div> <{/if}> <{if $actionForm->hasError()}> @@ -32,19 +32,19 @@ <tr> <th colspan="2"> <{if $actionForm->get('imgcat_id')}> - <{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_EDIT}> + <{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_EDIT}> <{else}> - <{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_NEW}> + <{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_NEW}> <{/if}> </th> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_NAME}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_NAME}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=imgcat_name value=$actionForm->get('imgcat_name') size=40 maxlength=100}> </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_READ_GROUPS}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_READ_GROUPS}></td> <td class="<{cycle values="odd,even"}>"> <select size='5' name='readgroups[]' multiple='multiple'> <{xoops_optionsArray from=$groupArr value=groupid label=name default=$actionForm->get('readgroups')}> @@ -52,7 +52,7 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_UPLOAD_GROUPS}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_UPLOAD_GROUPS}></td> <td class="<{cycle values="odd,even"}>"> <select size='5' name='uploadgroups[]' multiple='multiple'> <{xoops_optionsArray from=$groupArr value=groupid label=name default=$actionForm->get('uploadgroups')}> @@ -60,38 +60,38 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXSIZE}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXSIZE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=imgcat_maxsize value=$actionForm->get('imgcat_maxsize')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXWIDTH}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXWIDTH}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=imgcat_maxwidth value=$actionForm->get('imgcat_maxwidth')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXHEIGHT}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXHEIGHT}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=imgcat_maxheight value=$actionForm->get('imgcat_maxheight')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_DISPLAY}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_DISPLAY}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=checkbox name=imgcat_display value=1 default=$actionForm->get('imgcat_display')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_WEIGHT}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_WEIGHT}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=imgcat_weight value=$actionForm->get('imgcat_weight')}> </td> </tr> <{if $actionForm->get('imgcat_id') == 0}> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_STORETYPE}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_STORETYPE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=radio name=imgcat_storetype value="file" default=$actionForm->get('imgcat_storetype')}>FILE<br /> <{xoops_input type=radio name=imgcat_storetype value="db" default=$actionForm->get('imgcat_storetype')}>DB Index: xoops2jp/html/modules/legacy/admin/templates/install_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/install_list.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/install_list.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/install_list.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/install_list.html Sun Oct 15 01:18:21 2006 @@ -1,18 +1,18 @@ <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"><a href="./index.php?action=InstallList"><{$smarty.const._AD_BASE_LANG_MODINSTALL}></a></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"><a href="./index.php?action=InstallList"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL}></a></span> </div> -<h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_MODINSTALL}></h3> +<h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL}></h3> -<div class="tips"><{$smarty.const._AD_BASE_LANG_MODINSTALL_LIST_ADVICE}></div> +<div class="tips"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_LIST_ADVICE}></div> <table class="outer"> <tr> - <th><{$smarty.const._AD_BASE_LANG_MOD_NAME}></th> - <th><{$smarty.const._AD_BASE_LANG_VERSION}></th> - <th><{$smarty.const._AD_BASE_LANG_CONTROL}></th> + <th><{$smarty.const._AD_LEGACY_LANG_MOD_NAME}></th> + <th><{$smarty.const._AD_LEGACY_LANG_VERSION}></th> + <th><{$smarty.const._AD_LEGACY_LANG_CONTROL}></th> </tr> <{foreach item=module from=$moduleObjects}> <tr class="<{cycle values='odd,even'}>"> @@ -22,8 +22,8 @@ </td> <td class="base_list_order"><{$module->getRenderedVersion()}></td> <td class="base_list_control"> - <a href="index.php?action=ModuleInstall&dirname=<{$module->getShow('dirname')}>"><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=ModuleInfo&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_INFORMATION}>" title="<{$smarty.const._AD_BASE_LANG_INFORMATION}>" /></a> + <a href="index.php?action=ModuleInstall&dirname=<{$module->getShow('dirname')}>"><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=ModuleInfo&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_INFORMATION}>" title="<{$smarty.const._AD_LEGACY_LANG_INFORMATION}>" /></a> </td> </tr> <{/foreach}> Index: xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html Sun Oct 15 01:18:21 2006 @@ -1,43 +1,43 @@ <div class="adminnavi"> - <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> - »» <a href="./index.php?action=ImagecategoryList"><{$smarty.const._MI_BASE_MENU_IMAGE_MANAGE}></a> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_LIST}></span> + <a href="./index.php"><{$smarty.const._MI_LEGACY_NAME}></a> + »» <a href="./index.php?action=ImagecategoryList"><{$smarty.const._MI_LEGACY_MENU_IMAGE_MANAGE}></a> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_LIST}></span> </div> -<h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_LIST}></h3> +<h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_LIST}></h3> <ul class="toptab"> - <li><a href="index.php?action=ImagecategoryEdit"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a></li> + <li><a href="index.php?action=ImagecategoryEdit"><{$smarty.const._AD_LEGACY_LANG_CREATE_NEW}></a></li> </ul> <table class="outer"> <tr> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_ID}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_ID}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_ID}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_ID}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_NAME}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_NAME}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_NAME}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_NAME}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXSIZE}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXSIZE}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_MAXSIZE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_MAXSIZE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXWIDTH}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXWIDTH}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_MAXWIDTH}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_MAXWIDTH}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXHEIGHT}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXHEIGHT}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_MAXHEIGHT}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_MAXHEIGHT}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_DISPLAY}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_DISPLAY}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_DISPLAY}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_DISPLAY}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_WEIGHT}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_WEIGHT}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_WEIGHT}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_WEIGHT}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMGCAT_STORETYPE}><br /> + <th><{$smarty.const._AD_LEGACY_LANG_IMGCAT_STORETYPE}><br /> <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_STORETYPE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_STORETYPE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._AD_BASE_LANG_IMAGE_COUNT}></th> - <th><{$smarty.const._AD_BASE_LANG_CONTROL}></th> + <th><{$smarty.const._AD_LEGACY_LANG_IMAGE_COUNT}></th> + <th><{$smarty.const._AD_LEGACY_LANG_CONTROL}></th> </tr> <{foreach item=obj from=$objects}> <{if $obj->getShow('imgcat_display') == 1}> @@ -63,8 +63,8 @@ <td class="base_list_type"><{$obj->getShow('imgcat_storetype')}></td> <td class="base_list_number"><{$obj->getImageCount()|escape}></td> <td class="base_list_control"> - <a href="./index.php?action=ImageList&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_LIST}>" title="<{$smarty.const._AD_BASE_LANG_LIST}>" /></a> - <a href="./index.php?action=ImageCreate&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/add.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_IMAGE_NEW}>" title="<{$smarty.const._AD_BASE_LANG_IMAGE_NEW}>" /></a> + <a href="./index.php?action=ImageList&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_LIST}>" title="<{$smarty.const._AD_LEGACY_LANG_LIST}>" /></a> + <a href="./index.php?action=ImageCreate&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/add.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_IMAGE_NEW}>" title="<{$smarty.const._AD_LEGACY_LANG_IMAGE_NEW}>" /></a> <a href="./index.php?action=ImagecategoryEdit&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <a href="./index.php?action=ImagecategoryDelete&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> Index: xoops2jp/html/modules/legacy/admin/templates/install_wizard_licence.html diff -u xoops2jp/html/modules/legacy/admin/templates/install_wizard_licence.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/install_wizard_licence.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/install_wizard_licence.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/install_wizard_licence.html Sun Oct 15 01:18:21 2006 @@ -1,8 +1,8 @@ <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> - »» <a href="index.php?action=InstallList"><{$smarty.const._AD_BASE_LANG_MODINSTALL}></a> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_MODINSTALL_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> + »» <a href="index.php?action=InstallList"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL}></a> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}></span> </div> <h3 class="admintitle"><{$licence|escape}></h3> @@ -30,12 +30,12 @@ </td> <tr> <td class="foot"> - <input type="radio" name="agree" value="1" /><{$smarty.const._AD_BASE_LANG_AGREE}> - <input type="radio" name="agree" value="0" /><{$smarty.const._AD_BASE_LANG_NO_AGREE}> + <input type="radio" name="agree" value="1" /><{$smarty.const._AD_LEGACY_LANG_AGREE}> + <input type="radio" name="agree" value="0" /><{$smarty.const._AD_LEGACY_LANG_NO_AGREE}> </td> <tr> <td class="foot"> - <input type="submit" value="<{$smarty.const._AD_BASE_LANG_INSTALL}>" class="formButton" /> + <input type="submit" value="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" class="formButton" /> </td> </tr> </table> Index: xoops2jp/html/modules/legacy/admin/templates/imagecategory_delete.html diff -u xoops2jp/html/modules/legacy/admin/templates/imagecategory_delete.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/imagecategory_delete.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/imagecategory_delete.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/imagecategory_delete.html Sun Oct 15 01:18:21 2006 @@ -1,54 +1,54 @@ <div class="adminnavi"> - <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> - »» <a href="./index.php?action=ImagecategoryList"><{$smarty.const._MI_BASE_MENU_IMAGE_MANAGE}></a> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_DELETE}></span> + <a href="./index.php"><{$smarty.const._MI_LEGACY_NAME}></a> + »» <a href="./index.php?action=ImagecategoryList"><{$smarty.const._MI_LEGACY_MENU_IMAGE_MANAGE}></a> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_DELETE}></span> </div> -<h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_DELETE}></h3> +<h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_DELETE}></h3> -<div class="confirm"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div> +<div class="confirm"><{$smarty.const._AD_LEGACY_MESSAGE_CONFIRM_DELETE}></div> <form method="post" action="./index.php?action=ImagecategoryDelete"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=imgcat_id value=$actionForm->get('imgcat_id')}> <table class="outer"> <tr> - <th colspan="2"><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_DELETE}></th> + <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_IMAGECATEGORY_DELETE}></th> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_ID}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_ID}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('imgcat_id')}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_NAME}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_NAME}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('imgcat_name')}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXSIZE}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXSIZE}></td> <td class="<{cycle values="odd,even"}>"><{$object->get('imgcat_maxsize')|number_format}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXWIDTH}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXWIDTH}></td> <td class="<{cycle values="odd,even"}>"><{$object->get('imgcat_maxwidth')|number_format}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_MAXHEIGHT}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_MAXHEIGHT}></td> <td class="<{cycle values="odd,even"}>"><{$object->get('imgcat_maxheight')|number_format}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_DISPLAY}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_DISPLAY}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('imgcat_display')}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_WEIGHT}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_WEIGHT}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('imgcat_weight')}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_TYPE}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_TYPE}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('imgcat_type')}></td> </tr> <tr> - <td class="head"><{$smarty.const._AD_BASE_LANG_IMGCAT_STORETYPE}></td> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_IMGCAT_STORETYPE}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('imgcat_storetype')}></td> </tr> <tr> Index: xoops2jp/html/modules/legacy/admin/templates/install_wizard.html diff -u xoops2jp/html/modules/legacy/admin/templates/install_wizard.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/install_wizard.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/install_wizard.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/install_wizard.html Sun Oct 15 01:18:21 2006 @@ -1,14 +1,14 @@ <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> - »» <a href="index.php?action=InstallList"><{$smarty.const._AD_BASE_LANG_MODINSTALL}></a> - »» <span class="adminnaviTitle"><{$smarty.const._AD_BASE_LANG_MODINSTALL_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> + »» <a href="index.php?action=InstallList"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL}></a> + »» <span class="adminnaviTitle"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}></span> </div> -<h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_MODINSTALL_CONF}></h3> +<h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}></h3> <ul> - <li><{$smarty.const._AD_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}> + <li><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}> </ul> <form method="post" action=""> @@ -16,7 +16,7 @@ <input type="hidden" name="dirname" value="<{$module->getShow('dirname')}>" /> <table class="outer"> <tr> - <th colspan="2"><{$smarty.const._AD_BASE_LANG_MODINSTALL_CONF}></th> + <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}></th> </tr> <tr> <td class="head base_list_image"> @@ -33,7 +33,7 @@ </tr> <tr> <td class="foot" colspan="2"> - <input type="submit" value="<{$smarty.const._AD_BASE_LANG_INSTALL}>" class="formButton" /> + <input type="submit" value="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" class="formButton" /> </td> </tr> </table>