Tom Hayakawa
tom_g3x****@users*****
2006年 6月 13日 (火) 00:47:18 JST
Index: xoops2jp/html/modules/base/admin/templates/customblock_delete.html diff -u xoops2jp/html/modules/base/admin/templates/customblock_delete.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/customblock_delete.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/customblock_delete.html:1.1.2.2 Sun Apr 9 23:48:01 2006 +++ xoops2jp/html/modules/base/admin/templates/customblock_delete.html Tue Jun 13 00:47:18 2006 @@ -6,9 +6,7 @@ <h3><{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_DELETE}></h3> -<ul> - <li><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></li> -</ul> +<div class="important"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div> <form action="./index.php?action=CustomBlockDelete" method="POST"> <{xoops_token form=$actionForm}> Index: xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html:1.1.2.4 Wed May 17 00:27:17 2006 +++ xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html Tue Jun 13 00:47:18 2006 @@ -6,7 +6,7 @@ <h3><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_DELETE}></h3> -<p><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></p> +<div class="important"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div> <form action="./index.php?action=ImagecategoryDelete" method="POST"> <{xoops_token form=$actionForm}> Index: xoops2jp/html/modules/base/admin/templates/image_delete.html diff -u xoops2jp/html/modules/base/admin/templates/image_delete.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/image_delete.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/image_delete.html:1.1.2.3 Tue May 16 01:09:56 2006 +++ xoops2jp/html/modules/base/admin/templates/image_delete.html Tue Jun 13 00:47:18 2006 @@ -7,7 +7,7 @@ <h3><{$smarty.const._AD_BASE_LANG_IMAGE_DELETE}></h3> -<p><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></p> +<div class="important"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div> <form action="./index.php?action=ImageDelete" method="POST"> <{xoops_token form=$actionForm}> Index: xoops2jp/html/modules/base/admin/templates/smiles_delete.html diff -u xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.3 Thu Feb 2 22:50:45 2006 +++ xoops2jp/html/modules/base/admin/templates/smiles_delete.html Tue Jun 13 00:47:18 2006 @@ -6,7 +6,7 @@ <h3><{$smarty.const._AD_BASE_LANG_SMILES_DELETE}></h3> -<p><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></p> +<div class="important"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div> <form action="./index.php?action=SmilesDelete" method="POST"> <{xoops_token form=$actionForm}> Index: xoops2jp/html/modules/base/admin/templates/comment_delete.html diff -u xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.8 --- xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.7 Fri Mar 31 00:14:01 2006 +++ xoops2jp/html/modules/base/admin/templates/comment_delete.html Tue Jun 13 00:47:18 2006 @@ -6,7 +6,8 @@ <h3><{$smarty.const._AD_BASE_LANG_COMMENT_DELETE}></h3> -<p><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></p> +<div class="important"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div> + <form action="./index.php?action=CommentDelete" method="POST"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=com_id value=$actionForm->get('com_id')}>