Tom Hayakawa
tom_g3x****@users*****
2006年 6月 14日 (水) 01:12:53 JST
Index: xoops2jp/html/modules/base/admin/templates/module_list.html diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.9 --- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.8 Mon Jun 12 02:03:51 2006 +++ xoops2jp/html/modules/base/admin/templates/module_list.html Wed Jun 14 01:12:53 2006 @@ -10,11 +10,13 @@ </ul> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form method="post"> Index: xoops2jp/html/modules/base/admin/templates/comment_edit.html diff -u xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.10 --- xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.9 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/comment_edit.html Wed Jun 14 01:12:53 2006 @@ -17,11 +17,13 @@ </h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="" method="post"> Index: xoops2jp/html/modules/base/admin/templates/block_edit.html diff -u xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.6 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.6 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/block_edit.html Wed Jun 14 01:12:53 2006 @@ -7,12 +7,15 @@ <h3><{$smarty.const._AD_BASE_LANG_BLOCK_EDIT}></h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> + <form action="index.php?action=BlockEdit" method="post"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=bid value=$actionForm->getVar('bid')}> Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.9 --- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.8 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/preference_edit.html Wed Jun 14 01:12:53 2006 @@ -23,11 +23,13 @@ </h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="./index.php?action=PreferenceEdit" method="post"> Index: xoops2jp/html/modules/base/admin/templates/customblock_edit.html diff -u xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.7 --- xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.6 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/customblock_edit.html Wed Jun 14 01:12:53 2006 @@ -25,11 +25,13 @@ </h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="index.php?action=CustomBlockEdit" method="post"> Index: xoops2jp/html/modules/base/admin/templates/smiles_edit.html diff -u xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.6 --- xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.5 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/smiles_edit.html Wed Jun 14 01:12:53 2006 @@ -15,11 +15,13 @@ <{/if}> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="index.php?action=SmilesEdit" method="post" enctype="multipart/form-data"> Index: xoops2jp/html/modules/base/admin/templates/image_edit.html diff -u xoops2jp/html/modules/base/admin/templates/image_edit.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/image_edit.html:1.1.2.7 --- xoops2jp/html/modules/base/admin/templates/image_edit.html:1.1.2.6 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/image_edit.html Wed Jun 14 01:12:53 2006 @@ -16,12 +16,15 @@ <{/if}> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> + <form action="index.php?action=ImageEdit" method="post" enctype="multipart/form-data"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=image_id value=$actionForm->get('image_id')}> Index: xoops2jp/html/modules/base/admin/templates/block_list.html diff -u xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.12 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.12 Mon Jun 12 02:03:51 2006 +++ xoops2jp/html/modules/base/admin/templates/block_list.html Wed Jun 14 01:12:53 2006 @@ -15,12 +15,15 @@ </ul> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> + <form method="POST" action="./index.php?action=BlockList"> <{xoops_token form=$actionForm}> <table class="outer"> Index: xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html diff -u xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html:1.1.2.4 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html Wed Jun 14 01:12:53 2006 @@ -7,11 +7,13 @@ <h3><{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}></h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="index.php?action=BlockInstallEdit" method="post"> Index: xoops2jp/html/modules/base/admin/templates/module_install_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.7 --- xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.6 Fri Feb 3 17:33:15 2006 +++ xoops2jp/html/modules/base/admin/templates/module_install_success.html Wed Jun 14 01:12:53 2006 @@ -8,6 +8,7 @@ <h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h3> <h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h4> + <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> @@ -20,4 +21,4 @@ <{/foreach}> </ul> -<p><b>» <a href="index.php?action=ModuleList"><{$smarty.const._MD_A_BASE_LANG_MODLIST}></a></b></p> +<div><b>» <a href="index.php?action=ModuleList"><{$smarty.const._MD_A_BASE_LANG_MODLIST}></a></b></div> Index: xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html:1.1.2.4 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html Wed Jun 14 01:12:53 2006 @@ -16,11 +16,13 @@ <{/if}> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="index.php?action=ImagecategoryEdit" method="post"> Index: xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.2 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html Wed Jun 14 01:12:53 2006 @@ -8,11 +8,13 @@ <h3><{$licence|escape}></h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form method="POST"> Index: xoops2jp/html/modules/base/admin/templates/module_list_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.3 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/admin/templates/module_list_confirm.html Wed Jun 14 01:12:53 2006 @@ -7,11 +7,13 @@ <h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form method="post">