[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Wed Oct 11 14:48:08 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/11 12:48:08

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: results.tmpl 

Log message:
	Better display when no result found & when an error occured

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: results.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/Attic/results.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- results.tmpl	10 Oct 2006 16:09:14 -0000	1.1.2.4
+++ results.tmpl	11 Oct 2006 12:48:08 -0000	1.1.2.5
@@ -8,13 +8,25 @@
 <!-- TMPL_IF NAME="total" -->
 <!-- TMPL_ELSE -->
 <!-- TMPL_IF NAME="searchdesc" -->
-No results match your search for <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</span> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog.
+<h3> No Result found !</h3>
+<p>
+    No results match your search for <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</span> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog.
+</p>
+<a href="search.pl" title="New search">Perform a new search</a>
 <!-- TMPL_ELSE -->
-<h3> You did not specify any search criteria. </h3>
+<h3> No result found !</h3>
+<p>
+ You did not specify any search criteria.
+</p>
+<a href="search.pl" title="New search">Perform a new search</a>
 <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="query_error" -->
-<!-- TMPL_VAR NAME="query_error" -->
+<br /><br />
+Error : 
+<span  class="problem">
+    <!-- TMPL_VAR NAME="query_error" -->
+</span>
 <!-- /TMPL_IF -->
 
 <!-- Search Results Table -->





More information about the Koha-cvs mailing list