[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-results.tmpl [rel_3_0]

paul poulain paul at koha-fr.org
Wed Jan 31 16:35:23 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/31 15:35:23

Modified files:
	koha-tmpl/opac-tmpl/prog/en: opac-results.tmpl 

Log message:
	adding "perform a new search" link, as in pro interface

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.13&r2=1.1.2.14

Patches:
Index: opac-results.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/Attic/opac-results.tmpl,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -b -r1.1.2.13 -r1.1.2.14
--- opac-results.tmpl	30 Jan 2007 14:14:45 -0000	1.1.2.13
+++ opac-results.tmpl	31 Jan 2007 15:35:23 -0000	1.1.2.14
@@ -25,7 +25,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="total" -->
-<h3><!-- TMPL_VAR NAME="total" --> results found for '<!-- TMPL_VAR NAME="searchdesc" -->'.</h3>
+<h3><!-- TMPL_VAR NAME="total" --> results found for '<!-- TMPL_VAR NAME="searchdesc" -->'. <a href="http://o15.bureau.paulpoulain.com/cgi-bin/koha/opac-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