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

Back to archive index

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


Index: xoops2jp/html/modules/base/admin/templates/module_install_success.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.1	Wed Dec 21 12:52:19 2005
+++ xoops2jp/html/modules/base/admin/templates/module_install_success.html	Wed Dec 21 13:11:06 2005
@@ -1,14 +1,17 @@
 <h3>&raquo; <{$smarty.const._MI_BASE_MENU_MODULELIST}> &raquo; <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h3>
 
 <h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h4>
+
 <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