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

Back to archive index

Minahito minah****@users*****
2006年 8月 13日 (日) 15:05:24 JST


Index: xoops2jp/html/modules/base/admin/templates/module_install.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.6	Thu Aug 10 19:52:01 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install.html	Sun Aug 13 15:05:24 2006
@@ -9,6 +9,16 @@
 
 <div class="confirm"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getShow('name','e')}></div>
 
+<{if $actionForm->hasError()}>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message|escape}></li>
+    <{/foreach}>
+  </ul>
+</div>
+<{/if}>
+
 <form  method="post" action="#">
 <{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getShow('dirname')}>" />
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.3	Thu Aug 10 19:52:01 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall.html	Sun Aug 13 15:05:24 2006
@@ -10,6 +10,16 @@
   <li><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}>
 </ul>
 
+<{if $actionForm->hasError()}>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message|escape}></li>
+    <{/foreach}>
+  </ul>
+</div>
+<{/if}>
+
 <form  method="post" action="#">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$module->get('dirname')}>
Index: xoops2jp/html/modules/base/admin/templates/module_update.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.5	Tue Aug  8 17:27:17 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update.html	Sun Aug 13 15:05:24 2006
@@ -8,6 +8,16 @@
 
 <div class="confirm"><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getShow('name')}></div>
 
+<{if $actionForm->hasError()}>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message|escape}></li>
+    <{/foreach}>
+  </ul>
+</div>
+<{/if}>
+
 <form method="post" action="#">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$module->get('dirname')}>


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