Tom Hayakawa
tom_g3x****@users*****
2006年 10月 16日 (月) 00:29:46 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_search_form.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_form.html Mon Oct 16 00:29:46 2006 @@ -31,7 +31,7 @@ <td class="head"><{$smarty.const._SR_SEARCHIN}></td> <td class="<{cycle values="odd,even"}>"> <{foreach item=module from=$moduleArr}> - <input type="checkbox" name="mids[]" value="<{$module.mid|escape}>" <{if in_array($module.mid, $selectedMidArr)}>checked<{/if}>><{$module.name|escape}></a> + <label><input type="checkbox" name="mids[]" value="<{$module.mid|escape}>" <{if in_array($module.mid, $selectedMidArr)}>checked<{/if}>><{$module.name|escape}></label> <{/foreach}> </td> </tr> Index: xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html diff -u xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.3 --- xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.2 Sun Oct 15 01:44:53 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html Mon Oct 16 00:29:46 2006 @@ -42,7 +42,7 @@ <td class="head"><{$smarty.const._MD_LEGACY_LANG_COM_ICON}></td> <td class="<{cycle values="odd,even"}>"> <{foreach item=icon from=$subjectIcons}> - <{xoops_input type=radio name=com_icon value=$icon->get('filename') default=$actionForm->get('filename')}><img src="<{$xoops_url}>/images/subject/<{$icon->getShow('filename')}>" /> + <label><{xoops_input type=radio name=com_icon value=$icon->get('filename') default=$actionForm->get('filename')}><img src="<{$xoops_url}>/images/subject/<{$icon->getShow('filename')}>" /></label> <{/foreach}> </td> </tr> @@ -56,15 +56,11 @@ <td class="head"><{$smarty.const._MD_LEGACY_LANG_OPTION}></td> <td class="<{cycle values="odd,even"}>"> <{if $xoops_isadmin}> - <{xoops_input type=checkbox name=dohtml value=1 default=$actionForm->get('dohtml')}> - <{$smarty.const._MD_LEGACY_LANG_DOHTML}><br /> + <label><{xoops_input type=checkbox name=dohtml value=1 default=$actionForm->get('dohtml')}> <{$smarty.const._MD_LEGACY_LANG_DOHTML}></label><br /> <{/if}> - <{xoops_input type=checkbox name=dosmiley value=1 default=$actionForm->get('dosmiley')}> - <{$smarty.const._MD_LEGACY_LANG_DOSMILEY}><br /> - <{xoops_input type=checkbox name=doxcode value=1 default=$actionForm->get('doxcode')}> - <{$smarty.const._MD_LEGACY_LANG_DOXCODE}><br /> - <{xoops_input type=checkbox name=dobr value=1 default=$actionForm->get('dobr')}> - <{$smarty.const._MD_LEGACY_LANG_DOBR}> + <label><{xoops_input type=checkbox name=dosmiley value=1 default=$actionForm->get('dosmiley')}> <{$smarty.const._MD_LEGACY_LANG_DOSMILEY}></label><br /> + <label><{xoops_input type=checkbox name=doxcode value=1 default=$actionForm->get('doxcode')}> <{$smarty.const._MD_LEGACY_LANG_DOXCODE}></label><br /> + <label><{xoops_input type=checkbox name=dobr value=1 default=$actionForm->get('dobr')}> <{$smarty.const._MD_LEGACY_LANG_DOBR}></label> </td> </tr> <tr class="foot"> Index: xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html diff -u xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html Mon Oct 16 00:29:46 2006 @@ -5,7 +5,7 @@ <{foreach key=key item=value from=$hiddens}> <{if is_array($value)}> <{foreach key=radioName item=radioValue from=$value}> - <{xoops_input type=radio name=$key value=$radioValue}><{$radioName|escape}><br/> + <label><{xoops_input type=radio name=$key value=$radioValue}><{$radioName|escape}></label><br/> <{/foreach}> <{else}> <{xoops_input type=hidden name=$key value=$value}>