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

Antoine Farnault antoine at koha-fr.org
Thu Sep 28 10:21:07 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/09/28 08:21:07

Modified files:
	koha-tmpl/opac-tmpl/prog/en/includes: masthead.inc 

Log message:
	fix wrong link to opac-search.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2&r2=1.2.2.1

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- masthead.inc	11 Aug 2006 16:17:01 -0000	1.2
+++ masthead.inc	28 Sep 2006 08:21:07 -0000	1.2.2.1
@@ -3,6 +3,6 @@
 <h1><!-- TMPL_IF NAME="opacsmallimage" --><img alt="<!-- TMPL_VAR NAME="LibraryName" -->" src="<!-- TMPL_VAR NAME="opacsmallimage" -->" /><!-- /TMPL_IF -->Library Catalog Search</h1>
 
 <ul><li><a href="/cgi-bin/koha/opac-main.pl">Search Home</a></li>
-<li><a href="/cgi-bin/koha/opac-zoomsearch.pl">Advanced Search</a></li><li><a href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;" title="A &quot;shopping cart&quot; for your selections">Book Bag<span id="basket"><script language="javascript" type="text/javascript">if(basketcount){ document.write(basketcount) };</script></span></a></li></ul>
+<li><a href="/cgi-bin/koha/opac-search.pl">Advanced Search</a></li><li><a href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;" title="A &quot;shopping cart&quot; for your selections">Book Bag<span id="basket"><script language="javascript" type="text/javascript">if(basketcount){ document.write(basketcount) };</script></span></a></li></ul>
 
 </div>





More information about the Koha-cvs mailing list