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

Antoine Farnault antoine at koha-fr.org
Fri Jun 15 10:52:36 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/06/15 08:52:36

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

Log message:
	remove hardcoded link.

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

Patches:
Index: opac-results.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- opac-results.tmpl	28 May 2007 16:28:44 -0000	1.5
+++ opac-results.tmpl	15 Jun 2007 08:52:36 -0000	1.6
@@ -25,7 +25,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="total" -->
-<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>
+<h3><!-- TMPL_VAR NAME="total" --> results found for '<!-- TMPL_VAR NAME="searchdesc" -->'. <a href="/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