Tom Hayakawa
tom_g3x****@users*****
2006年 2月 3日 (金) 01:37:30 JST
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.7 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.8 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.7 Fri Feb 3 01:14:23 2006 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html Fri Feb 3 01:37:30 2006 @@ -5,8 +5,9 @@ <h3><{$smarty.const._MI_BASE_MENU_ACTIONSEARCH}></h3> -<div><{$smarty.const._MB_A_BASE_LANG_ACTIONSEARCH_INFO}></div> +<div class="tips"><{$smarty.const._MB_A_BASE_LANG_ACTIONSEARCH_INFO}></div> <form action="index.php?action=ActSearch" method="post"> - <input type="text" name="keywords" <{if $actionForm}>value="<{$actionform->get('keywords')|escape}>"<{/if}> /> + <{xoops_token form=$actionForm}> + <input type="text" name="keywords" <{if $actionForm}>value="<{$actionForm->get('keywords')|escape}>"<{/if}> /> <input type="submit" value="<{$smarty.const._SEARCH}>" class="formButton" /> </form>