Minahito
minah****@users*****
2005年 12月 28日 (水) 00:02:53 JST
Index: xoops2jp/html/modules/base/admin/templates/module_information.html diff -u xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_information.html Wed Dec 28 00:02:53 2005 @@ -1,12 +1,12 @@ -<h3> - <{if $installed }> - » <{$smarty.const._MD_A_BASE_LANG_MODLIST}> - <{else}> - » <{$smarty.const._MD_A_BASE_LANG_MODINSTALL}> - <{/if}> -» <{$smarty.const._MD_A_BASE_LANG_INFORMATION}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<{if $installed }> + <h4><{$smarty.const._MD_A_BASE_LANG_INFORMATION}></h4> +<{else}> + <h4><{$smarty.const._MD_A_BASE_LANG_INFO_MODINSTALL}></h4> +<{/if}> + -<h4><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></h5> <table class="outer" cellspacing="1"> <tr> <th rowspan="6" style="width:25%;"><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /> @@ -53,7 +53,7 @@ </table> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_MOD_LICENSE_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_MOD_LICENSE_INFO}></h5> <table class="outer" cellspacing="1"> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_MODULE_LICENSE}></td> @@ -70,7 +70,7 @@ </table> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_SQL_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_SQL_INFO}></h5> <{if $module->modinfo.tables}> <table class="outer" cellspacing="1"> <tr> @@ -106,7 +106,7 @@ <{/if}> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_MAINMENU_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_MAINMENU_INFO}></h5> <{if $module->getVar('hasmain')}> <table class="outer" cellspacing="1"> @@ -138,7 +138,7 @@ <{/if}> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_ADMIN_MENU}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_ADMIN_MENU}></h5> <{if $module->getVar('hasadmin')}> <table class="outer" cellspacing="1"> <tr> @@ -177,7 +177,7 @@ <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_INFO}></h5> <{if $module->modinfo.templates }> <table class="outer" cellspacing="1"> <tr> @@ -209,7 +209,7 @@ <{/if}> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_BLOCKS_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_BLOCKS_INFO}></h5> <{foreach from=$module->modinfo.blocks item=block key=block_num }> <table class="outer" cellspacing="1"> @@ -234,7 +234,7 @@ <{/foreach}> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_CONFIG_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_CONFIG_INFO}></h5> <{foreach from=$module->modinfo.config item=config key=conf_num }> <table class="outer" cellspacing="1"> @@ -265,7 +265,7 @@ <{/foreach}> <hr /> -<h4><{$smarty.const._MD_A_BASE_LANG_FEATURE_SVC_INFO}></h4> +<h5><{$smarty.const._MD_A_BASE_LANG_FEATURE_SVC_INFO}></h5> <table class="outer" cellspacing="1"> <{if $module->getVar('hassearch')}> <tr> Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html Wed Dec 28 00:02:53 2005 @@ -1,4 +1,6 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}> » <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> + +<h4><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></h4> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}> @@ -49,9 +51,8 @@ </tr> </table> - <form method="POST"> <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> <input type="checkbox" name="force" value="1" /><{$smarty.const._MD_A_BASE_LANG_FORCE_MODE}><br /><br /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" class="formButton" /> </form> Index: xoops2jp/html/modules/base/admin/templates/module_install_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_install_success.html Wed Dec 28 00:02:53 2005 @@ -1,6 +1,8 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODINSTALL}> » <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> -<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h4> +<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h4> + +<h5><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h5> <ul> <{foreach item=msg from=$log}> Index: xoops2jp/html/modules/base/admin/templates/module_update_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_update_confirm.html Wed Dec 28 00:02:53 2005 @@ -1,4 +1,6 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}> » <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> + +<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h4> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getVar('name','e')}> @@ -51,7 +53,5 @@ <form method="POST"> <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" /> </form> - -<{* <{$module|debug_print_var}> *}> Index: xoops2jp/html/modules/base/admin/templates/module_install_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_install_confirm.html Wed Dec 28 00:02:53 2005 @@ -1,4 +1,6 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODINSTALL}> » <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> + +<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h4> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}> @@ -51,7 +53,5 @@ <form method="POST"> <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> </form> - -<{* <{$module|debug_print_var}> *}> Index: xoops2jp/html/modules/base/admin/templates/module_update_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_update_success.html Wed Dec 28 00:02:53 2005 @@ -1,6 +1,8 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}> » <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_SUCCESS}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> -<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_LOG}></h4> +<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_SUCCESS}></h4> + +<h5><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_LOG}></h5> <ul> <{foreach item=msg from=$log}>