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

Back to archive index

Minahito minah****@users*****
2006年 2月 2日 (木) 20:58:19 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.3 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.3	Thu Feb  2 18:18:04 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list.html	Thu Feb  2 20:58:19 2006
@@ -7,6 +7,14 @@
 
 <div class="toptab">[ <a href="index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> ]</div>
 
+<{if $actionForm->hasError()}>
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message|escape}></li>
+    <{/foreach}>
+  </ul>
+<{/if}>
+
 <form method="post">
 <{xoops_token form=$actionForm}>
 <table classs="outer">


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