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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 14日 (水) 01:12:53 JST


Index: xoops2jp/html/modules/user/templates/user_lostpass.html
diff -u xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.5 xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.6
--- xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.5	Sun Jun 11 23:05:34 2006
+++ xoops2jp/html/modules/user/templates/user_lostpass.html	Wed Jun 14 01:12:53 2006
@@ -1,9 +1,11 @@
 <{if $actionForm->hasError()}>
-<ul class="error">
-  <{foreach item=message from=$actionForm->getErrorMessages()}>
-    <li><{$message}></li>
-  <{/foreach}>
-</ul>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message}></li>
+    <{/foreach}>
+  </ul>
+</div>
 <{/if}>
 
 <form action="index.php?action=LostPass" method="post">
Index: xoops2jp/html/modules/user/templates/user_register_form.html
diff -u 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.8
--- xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.7	Sun Jun 11 23:05:34 2006
+++ xoops2jp/html/modules/user/templates/user_register_form.html	Wed Jun 14 01:12:53 2006
@@ -1,9 +1,11 @@
 <{if $actionForm->hasError()}>
-<ul class="error">
-  <{foreach item=message from=$actionForm->getErrorMessages()}>
-  <li><{$message}></li>
-  <{/foreach}>
-</ul>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+    <li><{$message}></li>
+    <{/foreach}>
+  </ul>
+</div>
 <{/if}>
 
 <form action="index.php?action=UserRegister" method="post">
Index: xoops2jp/html/modules/user/templates/user_edituser.html
diff -u xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.7 xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.8
--- xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.7	Sun Jun 11 23:05:34 2006
+++ xoops2jp/html/modules/user/templates/user_edituser.html	Wed Jun 14 01:12:53 2006
@@ -4,11 +4,13 @@
 </div>
 
 <{if $actionForm->hasError()}>
-<ul class="error">
-  <{foreach item=message from=$actionForm->getErrorMessages()}>
-    <li><{$message}></li>
-  <{/foreach}>
-</ul>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message}></li>
+    <{/foreach}>
+  </ul>
+</div>
 <{/if}>
 
 <form action="./index.php?action=EditUser" method="post">
Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html
diff -u 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.7
--- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.6	Sun Jun 11 23:05:34 2006
+++ xoops2jp/html/modules/user/templates/user_avatar_edit.html	Wed Jun 14 01:12:53 2006
@@ -5,11 +5,13 @@
 
 <{if $allowUpload}>
 <{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="?action=AvatarEdit" method="post" enctype="multipart/form-data">


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