Tom Hayakawa
tom_g3x****@users*****
2006年 10月 16日 (月) 00:29:47 JST
Index: xoops2jp/html/modules/user/templates/user_register_form.html diff -u xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.11 xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.11.2.1 --- xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.11 Wed Sep 6 18:00:21 2006 +++ xoops2jp/html/modules/user/templates/user_register_form.html Mon Oct 16 00:29:46 2006 @@ -22,8 +22,7 @@ <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=email size=30 maxlength=60 value=$actionForm->get('email')}><br /> - <{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}> - <{$smarty.const._MD_USER_LANG_USER_VIEWEMAIL}> + <label><{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}> <{$smarty.const._MD_USER_LANG_USER_VIEWEMAIL}></label> </td> </tr> <tr> @@ -55,8 +54,7 @@ <td class="head"><{$smarty.const._MD_USER_LANG_DISCLAIMER}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_textarea name=disclaimer rows=8 cols=50 readonly=true value=$disclaimer}><br /> - <{xoops_input type=checkbox name=agree value=1 default=$actionForm->get('agree')}> - <{$smarty.const._MD_USER_MESSAGE_IAGREE}> + <label><{xoops_input type=checkbox name=agree value=1 default=$actionForm->get('agree')}> <{$smarty.const._MD_USER_MESSAGE_IAGREE}></label> </td> </tr> <{/if}> Index: xoops2jp/html/modules/user/templates/user_edituser.html diff -u xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.12 xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.12.2.1 --- xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.12 Sat Aug 19 20:55:32 2006 +++ xoops2jp/html/modules/user/templates/user_edituser.html Mon Oct 16 00:29:46 2006 @@ -35,7 +35,7 @@ <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=email size=30 maxlength=60 value=$actionForm->get('email')}><br /> - <{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}><{$smarty.const._MD_USER_LANG_USER_VIEWEMAIL}> + <label><{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}><{$smarty.const._MD_USER_LANG_USER_VIEWEMAIL}></label> </td> </tr> <{/if}> @@ -99,7 +99,7 @@ <td class="head"><{$smarty.const._MD_USER_LANG_USER_SIG}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_dhtmltarea name=user_sig value=$actionForm->get('user_sig')}><br /> - <{xoops_input type=checkbox name=attachsig value=1 default=$actionForm->get('attachsig')}><{$smarty.const._MD_USER_LANG_ATTACHSIG}> + <label><{xoops_input type=checkbox name=attachsig value=1 default=$actionForm->get('attachsig')}><{$smarty.const._MD_USER_LANG_ATTACHSIG}></label> </td> </tr> <tr> @@ -143,15 +143,15 @@ <tr> <td class="head"><{$smarty.const._MD_USER_LANG_USERCOOKIE}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=radio name=usercookie value=1 default=$actionForm->get('usercookie')}><{$smarty.const._YES}> - <{xoops_input type=radio name=usercookie value=0 default=$actionForm->get('usercookie')}><{$smarty.const._NO}> + <label><{xoops_input type=radio name=usercookie value=1 default=$actionForm->get('usercookie')}><{$smarty.const._YES}></label> + <label><{xoops_input type=radio name=usercookie value=0 default=$actionForm->get('usercookie')}><{$smarty.const._NO}></label> </td> </tr> <tr> <td class="head"><{$smarty.const._MD_USER_LANG_USER_MAILOK}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=radio name=user_mailok value=1 default=$actionForm->get('user_mailok')}><{$smarty.const._YES}> - <{xoops_input type=radio name=user_mailok value=0 default=$actionForm->get('user_mailok')}><{$smarty.const._NO}> + <label><{xoops_input type=radio name=user_mailok value=1 default=$actionForm->get('user_mailok')}><{$smarty.const._YES}></label> + <label><{xoops_input type=radio name=user_mailok value=0 default=$actionForm->get('user_mailok')}><{$smarty.const._NO}></label> </td> </tr> <tr>