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

アーカイブの一覧に戻る

Minahito minah****@users*****
2005年 12月 30日 (金) 17:24:36 JST


Index: xoops2jp/html/modules/base/admin/templates/module_installers_error.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.2	Wed Dec 21 13:11:16 2005
+++ xoops2jp/html/modules/base/admin/templates/module_installers_error.html	Fri Dec 30 17:24:36 2005
@@ -1,13 +1,13 @@
-<h4>*module error*</h4>
+<h3><{$smarty.const._ERROR}></h3>
 
 <ul>
 <{foreach item=msg from=$log}>
-	<{if $msg.type=="error"}>
-		<li><span style="color:red;"><{$msg.message}></span></li>
-	<{elseif $msg.type=="warning"}>
-		<li><span style="color:blue;"><{$msg.message}></span></li>
-	<{else}>
-		<li><{$msg.message}></li>
-	<{/if}>
+  <{if $msg.type=="error"}>
+    <li><span style="color:red;"><{$msg.message}></span></li>
+  <{elseif $msg.type=="warning"}>
+    <li><span style="color:blue;"><{$msg.message}></span></li>
+  <{else}>
+    <li><{$msg.message}></li>
+  <{/if}>
 <{/foreach}>
 </ul>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る