Tom Hayakawa
tom_g3x****@users*****
2006年 8月 23日 (水) 23:31:41 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.17 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.18 --- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.17 Mon Aug 21 20:26:06 2006 +++ xoops2jp/html/modules/base/admin/templates/module_information.html Wed Aug 23 23:31:41 2006 @@ -9,7 +9,7 @@ <h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_INFORMATION}></h3> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_MOD_BASIC_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_MOD_BASIC_INFO}></h4> <table class="outer"> <tr> <th colspan="3"><{$smarty.const._AD_BASE_LANG_MOD_BASIC_INFO}></th> @@ -61,7 +61,7 @@ </table> <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_MOD_LICENSE_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_MOD_LICENSE_INFO}></h4> <table class="outer"> <tr> <th colspan="2"><{$smarty.const._AD_BASE_LANG_MOD_LICENSE_INFO}></th> @@ -81,9 +81,12 @@ </table> <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_SQL_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_SQL_INFO}></h4> <{if $module->modinfo.tables}> <table class="outer"> + <tr> + <th colspan="2"><{$smarty.const._AD_BASE_LANG_SQL_INFO}></th> + </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head" style="width:30%;"><{$smarty.const._AD_BASE_LANG_SQL_HAS_MAIN}></td> <td><{$smarty.const._AD_BASE_LANG_ACTIVE}></td> @@ -117,10 +120,13 @@ <{/if}> <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_MAINMENU_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_MAINMENU_INFO}></h4> <{if $module->get('hasmain')}> <table class="outer"> + <tr> + <th colspan="2"><{$smarty.const._AD_BASE_LANG_MAINMENU_INFO}></th> + </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head" style="width:30%;"><{$smarty.const._AD_BASE_LANG_MAINMENU_HAS_MAIN}></td> <td><{$smarty.const._AD_BASE_LANG_ACTIVE}></td> @@ -150,9 +156,12 @@ <{/if}> <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_ADMIN_MENU}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_ADMIN_MENU}></h4> <{if $module->get('hasadmin')}> <table class="outer"> + <tr> + <th colspan="2"><{$smarty.const._AD_BASE_LANG_ADMIN_MENU}></th> + </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head" style="width:30%;"><{$smarty.const._AD_BASE_LANG_ADMINMENU_HAS_MAIN}></td> <td><{$smarty.const._AD_BASE_LANG_ACTIVE}></td> @@ -193,9 +202,12 @@ <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_TEMPLATE_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_TEMPLATE_INFO}></h4> <{if $module->modinfo.templates}> <table class="outer"> + <tr> + <th colspan="2"><{$smarty.const._AD_BASE_LANG_TEMPLATE_INFO}></th> + </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head" style="width:30%;"><{$smarty.const._AD_BASE_LANG_TEMPLATE_HAS_MAIN}></td> <td><{$smarty.const._AD_BASE_LANG_ACTIVE}></td> @@ -225,7 +237,7 @@ <{/if}> <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_BLOCKS_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_BLOCKS_INFO}></h4> <{foreach from=$module->modinfo.blocks item=block key=block_num }> <table class="outer"> @@ -250,7 +262,7 @@ <{/foreach}> <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_CONFIG_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_CONFIG_INFO}></h4> <{foreach from=$module->modinfo.config item=config key=conf_num}> <table class="outer"> @@ -280,8 +292,9 @@ <div class="base_modinfo_notmounted"><{$smarty.const._AD_BASE_LANG_NO_CONFIG}></div> <{/foreach}> +<{* <hr /> -<h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_FEATURE_SVC_INFO}></h5> +<h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_FEATURE_SVC_INFO}></h4> <table class="outer"> <{if $module->get('hassearch')}> <tr class="<{cycle values='odd,even'}>"> @@ -303,3 +316,4 @@ </tr> <{/if}> </table> +*}>