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

Antoine Farnault antoine at koha-fr.org
Mon Jan 29 19:23:47 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/29 18:23:47

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

Log message:
	add a link to perform a new search.

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.21&r2=1.1.2.22

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.21
retrieving revision 1.1.2.22
diff -u -b -r1.1.2.21 -r1.1.2.22
--- results.tmpl	29 Jan 2007 14:21:30 -0000	1.1.2.21
+++ results.tmpl	29 Jan 2007 18:23:47 -0000	1.1.2.22
@@ -16,7 +16,11 @@
     <!-- /TMPL_IF -->
     
     <!-- TMPL_IF NAME="total" -->
-    <h3><!-- TMPL_VAR NAME="total" --> results found.</h3>
+    <h3>
+        <!-- TMPL_VAR NAME="total" --> results found.
+        <a href="/cgi-bin/koha/catalogue/search.pl">Perform a new search</a>
+    </h3>
+    
     <!-- TMPL_ELSE -->
         <!-- TMPL_IF NAME="searchdesc" -->
             <h3> No Result found !</h3>





More information about the Koha-cvs mailing list