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

Back to archive index

Minahito minah****@users*****
2005年 12月 21日 (水) 13:12:11 JST


Index: xoops2jp/html/modules/base/admin/templates/module_update_success.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.1	Wed Dec 21 12:52:19 2005
+++ xoops2jp/html/modules/base/admin/templates/module_update_success.html	Wed Dec 21 13:12:11 2005
@@ -4,12 +4,14 @@
 
 <ul>
 <{foreach item=msg from=$log}>
-	<{if $msg.type=="error"}>
-		<li><font color='red'><{$msg.message}></font></li>
-	<{elseif $msg.type=="warning"}>
-		<li><font color='blue'><{$msg.message}></font></li>
-	<{else}>
-		<li><{$msg.message}></li>
-	<{/if}>
+  <{if $msg.type=="error"}>
+    <li><font color='red'><{$msg.message}></font></li>
+  <{elseif $msg.type=="warning"}>
+    <li><font color='blue'><{$msg.message}></font></li>
+  <{else}>
+    <li><{$msg.message}></li>
+  <{/if}>
 <{/foreach}>
 </ul>
+
+<p><b>&raquo; <a href="index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a></b></p>


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