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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 5月 28日 (日) 14:07:16 JST


Index: xoops2jp/html/modules/base/templates/legacy_search_form.html
diff -u xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.3 xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.4
--- xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.3	Sat May 27 22:08:54 2006
+++ xoops2jp/html/modules/base/templates/legacy_search_form.html	Sun May 28 14:07:16 2006
@@ -1,3 +1,10 @@
+<{if $actionForm->hasError()}>
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message|escape}></li>
+    <{/foreach}>
+  </ul>
+<{/if}>
 <form action="<{$smarty.const.XOOPS_URL}>/search.php" method="get">
   <{xoops_input type=hidden name=action value=results}>
 	<table class="outer" cellspacing="1" width="100%">


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る