[xoops-cvslog 3293] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

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


Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.1	Wed May 17 16:21:13 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html	Sun Jun 11 23:05:34 2006
@@ -21,7 +21,7 @@
 </script>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.7 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.8
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.7	Thu Feb  2 22:59:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html	Sun Jun 11 23:05:34 2006
@@ -21,7 +21,7 @@
 </script>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.7 xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.8
--- xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.7	Thu Feb  2 22:59:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html	Sun Jun 11 23:05:34 2006
@@ -7,7 +7,7 @@
 <h3><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_EDIT}></h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html:1.1.2.2	Thu May 11 23:56:09 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html	Sun Jun 11 23:05:34 2006
@@ -16,7 +16,7 @@
   <{/if}>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.7 xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.8
--- xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.7	Thu Feb  2 22:59:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html	Sun Jun 11 23:05:34 2006
@@ -7,7 +7,7 @@
 <h3><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_CLONE}></h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.11 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.12
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.11	Tue May 30 00:20:41 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html	Sun Jun 11 23:05:34 2006
@@ -55,7 +55,7 @@
 </div>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.12 xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.13
--- xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.12	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html	Sun Jun 11 23:05:34 2006
@@ -8,7 +8,7 @@
 <div class="tips"><{$smarty.const._AD_LEGACYRENDER_TIPS_THEME_ADMIN}></div>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.14 xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.15
--- xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.14	Sat May 27 01:12:32 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html	Sun Jun 11 23:05:34 2006
@@ -25,7 +25,7 @@
 </div>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.4 xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.5
--- xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.4	Thu May 11 23:56:09 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html	Sun Jun 11 23:05:34 2006
@@ -15,7 +15,7 @@
   <{/if}>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html:1.1.2.2	Thu May 25 14:20:03 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html	Sun Jun 11 23:05:34 2006
@@ -11,7 +11,7 @@
 </div>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>


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