[xoops-cvslog 3291] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

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


Index: xoops2jp/html/modules/base/admin/templates/module_list.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.6	Thu Apr 13 00:11:19 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list.html	Sun Jun 11 23:05:34 2006
@@ -8,7 +8,7 @@
 <div class="toptab">[ <a href="index.php?action=InstallList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> ]</div>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/comment_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.9
--- xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.8	Thu Mar 30 23:55:36 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_edit.html	Sun Jun 11 23:05:34 2006
@@ -17,7 +17,7 @@
 </h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/block_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.5	Sun Apr  9 23:48:01 2006
+++ xoops2jp/html/modules/base/admin/templates/block_edit.html	Sun Jun 11 23:05:34 2006
@@ -7,7 +7,7 @@
 <h3><{$smarty.const._AD_BASE_LANG_BLOCK_EDIT}></h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.7	Tue May 30 17:17:04 2006
+++ xoops2jp/html/modules/base/admin/templates/preference_edit.html	Sun Jun 11 23:05:34 2006
@@ -23,7 +23,7 @@
 </h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/customblock_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.5	Sat Apr 15 14:51:02 2006
+++ xoops2jp/html/modules/base/admin/templates/customblock_edit.html	Sun Jun 11 23:05:34 2006
@@ -25,7 +25,7 @@
 </h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/smiles_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.5
--- xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.4	Thu Feb  2 22:50:45 2006
+++ xoops2jp/html/modules/base/admin/templates/smiles_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/base/admin/templates/image_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/image_edit.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/image_edit.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/image_edit.html:1.1.2.5	Mon May 29 16:06:47 2006
+++ xoops2jp/html/modules/base/admin/templates/image_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/base/admin/templates/block_list.html
diff -u xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.10
--- xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.9	Sat Apr 15 14:36:20 2006
+++ xoops2jp/html/modules/base/admin/templates/block_list.html	Sun Jun 11 23:05:34 2006
@@ -15,7 +15,7 @@
 </div>
 <br/>
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html:1.1.2.3	Sun Apr  9 23:48:01 2006
+++ xoops2jp/html/modules/base/admin/templates/blockinstall_edit.html	Sun Jun 11 23:05:34 2006
@@ -7,7 +7,7 @@
 <h3><{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}></h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/imagecategory_edit.html:1.1.2.3	Tue May 16 01:09:56 2006
+++ xoops2jp/html/modules/base/admin/templates/imagecategory_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/base/admin/templates/install_wizard_licence.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.1	Sat Feb  4 01:00:58 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html	Sun Jun 11 23:05:34 2006
@@ -8,7 +8,7 @@
 <h3><{$licence|escape}></h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>
Index: xoops2jp/html/modules/base/admin/templates/module_list_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.2	Thu Feb  2 22:50:45 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list_confirm.html	Sun Jun 11 23:05:34 2006
@@ -7,7 +7,7 @@
 <h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3>
 
 <{if $actionForm->hasError()}>
-  <ul>
+  <ul class="error">
     <{foreach item=message from=$actionForm->getErrorMessages()}>
       <li><{$message|escape}></li>
     <{/foreach}>


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