Tom Hayakawa
tom_g3x****@users*****
2006年 8月 21日 (月) 20:21:59 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.15 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.16 --- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.15 Mon Aug 21 13:44:34 2006 +++ xoops2jp/html/modules/base/admin/templates/module_information.html Mon Aug 21 20:21:59 2006 @@ -60,6 +60,7 @@ </tr> </table> +<hr /> <h5 class="admintitle"><{$smarty.const._AD_BASE_LANG_MOD_LICENSE_INFO}></h5> <table class="outer"> <tr> Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.8 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.7 Fri Aug 18 20:29:46 2006 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html Mon Aug 21 20:21:59 2006 @@ -2,7 +2,7 @@ <h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_RESULT}></h4> -<ul> +<ul class="base_actionsearch_records"> <{foreach item=record from=$records}> <li><b>[ <{$record->mModuleName|escape}> ] - <a href="<{$record->mActionUrl|escape}>"><{$record->mTitle|escape}></a></b> <{if $record->mDescription}><br /><i>( <{$record->mDescription|escape}> )</i><{/if}> Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.12 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.13 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.12 Fri Aug 18 20:29:46 2006 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html Mon Aug 21 20:21:59 2006 @@ -6,9 +6,11 @@ <h3 class="admintitle"><{$smarty.const._MI_BASE_MENU_ACTIONSEARCH}></h3> <div class="tips"><{$smarty.const._AD_BASE_LANG_ACTIONSEARCH_INFO}></div> +<div class="base_actionsearch_form"> <form action="index.php" method="get"> <{xoops_input type=hidden name=action value=ActSearch}> <{xoops_token form=$actionForm}> - <input type="text" name="keywords" <{if $actionForm}>value="<{$actionForm->get('keywords')|escape}>"<{/if}> /> + <input type="text" size="40" name="keywords" <{if $actionForm}>value="<{$actionForm->get('keywords')|escape}>"<{/if}> /> <input type="submit" value="<{$smarty.const._SEARCH}>" class="formButton" /> </form> +</div> \ No newline at end of file