Tom Hayakawa
tom_g3x****@users*****
2006年 9月 6日 (水) 18:00:21 JST
Index: xoops2jp/html/modules/user/templates/user_register_confirm.html diff -u xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.6 xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.7 --- xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.6 Fri Aug 18 14:35:29 2006 +++ xoops2jp/html/modules/user/templates/user_register_confirm.html Wed Sep 6 18:00:20 2006 @@ -13,7 +13,7 @@ </td> </tr> <tr> - <td colsapn="2" class="foot" style="text-align:center;"> + <td colspan="2" class="foot" style="text-align:center;"> <input type="submit" value="<{$smarty.const._MD_USER_LANG_FINISH}>" /> </td> </tr> Index: xoops2jp/html/modules/user/templates/user_delete_success.html diff -u xoops2jp/html/modules/user/templates/user_delete_success.html:1.1.2.1 xoops2jp/html/modules/user/templates/user_delete_success.html:1.1.2.2 --- xoops2jp/html/modules/user/templates/user_delete_success.html:1.1.2.1 Sat Aug 26 13:58:52 2006 +++ xoops2jp/html/modules/user/templates/user_delete_success.html Wed Sep 6 18:00:21 2006 @@ -1 +1 @@ -<{$smarty.const._MD_USER_MESSAGE_USER_DELETE_SUCCESS}> +<div><{$smarty.const._MD_USER_MESSAGE_USER_DELETE_SUCCESS}></div> Index: xoops2jp/html/modules/user/templates/user_register_form.html diff -u xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.10 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.10 Fri Aug 18 14:35:29 2006 +++ xoops2jp/html/modules/user/templates/user_register_form.html Wed Sep 6 18:00:21 2006 @@ -61,7 +61,7 @@ </tr> <{/if}> <tr> - <td colsapn="2" class="foot" style="text-align:center;"> + <td colspan="2" class="foot" style="text-align:center;"> <input type="submit" value="<{$smarty.const._MD_USER_LANG_SUBMIT}>" /> </td> </tr>