Tom Hayakawa
tom_g3x****@users*****
2006年 4月 12日 (水) 00:23:28 JST
Index: xoops2jp/html/modules/user/admin/templates/user_search.html diff -u xoops2jp/html/modules/user/admin/templates/user_search.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/user_search.html:1.1.2.2 --- xoops2jp/html/modules/user/admin/templates/user_search.html:1.1.2.1 Tue Apr 11 18:16:46 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search.html Wed Apr 12 00:23:28 2006 @@ -1,8 +1,10 @@ <div class="adminnavi"> <a href="./index.php"><{$smarty.const._MI_USER_NAME}></a> - »» <a href="./index.php?action=UserList"><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></a> + »» <a href="./index.php?action=UserSearch"><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></a> </div> +<h3><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></h3> + <{if $actionForm->hasError()}> <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> @@ -15,6 +17,9 @@ <{xoops_token form=$actionForm}> <table class="outer"> <tr> + <th colspan="2"><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></th> + </tr> + <tr> <td class="head"><{$smarty.const._AD_USER_LANG_UNAME}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=uname value=$actionForm->get('uname') size=25 maxlength=25}> @@ -119,16 +124,16 @@ <tr> <td class="head"><{$smarty.const._AD_USER_LANG_DISPLAY_USER_MAIL_CONDITION}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=radio name=mail_condition value=1}><{$smarty.const._AD_USER_LANG_MAIL_OK_USERS_ONLY}> - <{xoops_input type=radio name=mail_condition value=2}><{$smarty.const._AD_USER_LANG_MAIL_NG_USERS_ONLY}> + <{xoops_input type=radio name=mail_condition value=1}><{$smarty.const._AD_USER_LANG_MAIL_OK_USERS_ONLY}><br /> + <{xoops_input type=radio name=mail_condition value=2}><{$smarty.const._AD_USER_LANG_MAIL_NG_USERS_ONLY}><br /> <{xoops_input type=radio name=mail_condition value=3 default=3}><{$smarty.const._AD_USER_LANG_ALL_OF_USERS}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_USER_LANG_DISPLAY_USER_LEVEL}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=radio name=user_level value=1}><{$smarty.const._AD_USER_LANG_APPROVE_USERS_ONLY}> - <{xoops_input type=radio name=user_level value=2}><{$smarty.const._AD_USER_LANG_PENDING_USERS_ONLY}> + <{xoops_input type=radio name=user_level value=1}><{$smarty.const._AD_USER_LANG_APPROVE_USERS_ONLY}><br /> + <{xoops_input type=radio name=user_level value=2}><{$smarty.const._AD_USER_LANG_PENDING_USERS_ONLY}><br /> <{xoops_input type=radio name=user_level value=3 default=3}><{$smarty.const._AD_USER_LANG_ALL_OF_USERS}> </td> </tr> Index: xoops2jp/html/modules/user/admin/templates/user_search_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.2 --- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.1 Tue Apr 11 18:16:46 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search_list.html Wed Apr 12 00:23:28 2006 @@ -1,6 +1,7 @@ <div class="adminnavi"> <a href="./index.php"><{$smarty.const._MI_USER_NAME}></a> - »» <a href="./index.php?action=UserList"><{$smarty.const._AD_USER_LANG_USER_LIST}></a> + »» <a href="./index.php?action=UserSearch"><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></a> + »» <{$smarty.const._AD_USER_LANG_USER_SEARCH_LIST}> </div> <h3><{$smarty.const._AD_USER_LANG_USER_SEARCH_LIST}></h3>