Minahito
minah****@users*****
2005年 12月 21日 (水) 13:11:37 JST
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.2 --- xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.1 Wed Dec 21 12:52:19 2005 +++ xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html Wed Dec 21 13:11:37 2005 @@ -1,14 +1,17 @@ <h3>» <{$smarty.const._MI_BASE_MENU_MODULELIST}> » <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_SUCCESS}></h3> <h4><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_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>» <a href="index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a></b></p>