Tom Hayakawa
tom_g3x****@users*****
2006年 7月 11日 (火) 12:43:27 JST
Index: xoops2jp/html/modules/base/admin/templates/block_edit.html diff -u xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.8 --- xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.7 Wed Jun 14 01:12:53 2006 +++ xoops2jp/html/modules/base/admin/templates/block_edit.html Tue Jul 11 12:43:27 2006 @@ -75,8 +75,8 @@ </td> </tr> <{/if}> - <tr class="foot"> - <td colspan="2" style="text-align:center;"> + <tr> + <td class="foot" colspan="2"> <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" /> <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </td> Index: xoops2jp/html/modules/base/admin/templates/block_list.html diff -u xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.13 xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.14 --- xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.13 Wed Jun 14 01:12:53 2006 +++ xoops2jp/html/modules/base/admin/templates/block_list.html Tue Jul 11 12:43:27 2006 @@ -121,7 +121,7 @@ </td> </tr> <{/foreach}> - <tr class="foot"> + <tr> <td colspan="10" class="foot"> <input type="submit" value="<{$smarty.const._SUBMIT}>"/> </td>