[xoops-cvslog 3294] CVS update: xoops2jp/html/modules/user/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 11日 (日) 23:05:35 JST


Index: xoops2jp/html/modules/user/templates/user_lostpass.html
diff -u xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.4 xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.5
--- xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.4	Sun Feb  5 22:14:25 2006
+++ xoops2jp/html/modules/user/templates/user_lostpass.html	Sun Jun 11 23:05:34 2006
@@ -1,5 +1,5 @@
 <{if $actionForm->hasError()}>
-<ul>
+<ul class="error">
   <{foreach item=message from=$actionForm->getErrorMessages()}>
     <li><{$message}></li>
   <{/foreach}>
Index: xoops2jp/html/modules/user/templates/user_register_form.html
diff -u xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.6 xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.7
--- xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.6	Sun Feb  5 19:33:39 2006
+++ xoops2jp/html/modules/user/templates/user_register_form.html	Sun Jun 11 23:05:34 2006
@@ -1,5 +1,5 @@
 <{if $actionForm->hasError()}>
-<ul>
+<ul class="error">
   <{foreach item=message from=$actionForm->getErrorMessages()}>
   <li><{$message}></li>
   <{/foreach}>
Index: xoops2jp/html/modules/user/templates/user_edituser.html
diff -u xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.6 xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.7
--- xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.6	Thu Feb  2 17:51:21 2006
+++ xoops2jp/html/modules/user/templates/user_edituser.html	Sun Jun 11 23:05:34 2006
@@ -4,7 +4,7 @@
 </div>
 
 <{if $actionForm->hasError()}>
-<ul>
+<ul class="error">
   <{foreach item=message from=$actionForm->getErrorMessages()}>
     <li><{$message}></li>
   <{/foreach}>
Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html
diff -u xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.5 xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.6
--- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.5	Thu Apr 13 00:11:21 2006
+++ xoops2jp/html/modules/user/templates/user_avatar_edit.html	Sun Jun 11 23:05:34 2006
@@ -5,7 +5,7 @@
 
 <{if $allowUpload}>
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>


xoops-cvslog メーリングリストの案内
Back to archive index