Tom Hayakawa
tom_g3x****@users*****
2007年 4月 23日 (月) 14:46:11 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html diff -u xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.4 xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.4.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.4 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html Mon Apr 23 14:46:10 2007 @@ -1,5 +1,5 @@ <{if $actionForm->hasError()}> -<div class="error"> +<div class="errorMsg"> <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|xoops_escape}></li> Index: xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html diff -u xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html:1.1.2.2.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html:1.1.2.2 Sun Oct 15 01:44:53 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html Mon Apr 23 14:46:10 2007 @@ -1,5 +1,5 @@ <{if $actionForm->hasError()}> -<div class="error"> +<div class="errorMsg"> <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message}></li> Index: xoops2jp/html/modules/legacy/templates/legacy_search_form.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.4 xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.4.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.4 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_form.html Mon Apr 23 14:46:10 2007 @@ -1,5 +1,5 @@ <{if $actionForm->hasError()}> -<div class="error"> +<div class="errorMsg"> <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|xoops_escape}></li> Index: xoops2jp/html/modules/legacy/templates/legacy_image_upload.html diff -u xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.3.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.3 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_image_upload.html Mon Apr 23 14:46:10 2007 @@ -1,5 +1,5 @@ <{if $actionForm->hasError()}> -<div class="error"> +<div class="errorMsg"> <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|xoops_escape}></li>