Tom Hayakawa
tom_g3x****@users*****
2006年 6月 14日 (水) 01:12:53 JST
Index: xoops2jp/html/modules/base/templates/legacy_search_form.html diff -u xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.5 xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.6 --- xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.5 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_form.html Wed Jun 14 01:12:53 2006 @@ -1,10 +1,13 @@ <{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="<{$smarty.const.XOOPS_URL}>/search.php" method="get"> <{xoops_input type=hidden name=action value=results}> <table class="outer" cellspacing="1" width="100%"> Index: xoops2jp/html/modules/base/templates/legacy_image_upload.html diff -u xoops2jp/html/modules/base/templates/legacy_image_upload.html:1.1.2.3 xoops2jp/html/modules/base/templates/legacy_image_upload.html:1.1.2.4 --- xoops2jp/html/modules/base/templates/legacy_image_upload.html:1.1.2.3 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/templates/legacy_image_upload.html Wed Jun 14 01:12:53 2006 @@ -1,10 +1,13 @@ <{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?op=upload" method="post" enctype="multipart/form-data"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=imgcat_id value=$actionForm->get('imgcat_id')}> Index: xoops2jp/html/modules/base/templates/legacy_comment_edit.html diff -u xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.6 xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.7 --- xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.6 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/base/templates/legacy_comment_edit.html Wed Jun 14 01:12:53 2006 @@ -1,10 +1,13 @@ <{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="comment_post.php" method="post"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=com_id value=$actionForm->get('com_id')}>