[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes masth...
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes masth... |
Date: |
Fri, 11 Aug 2006 16:17:01 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 06/08/11 16:17:01
Modified files:
koha-tmpl/opac-tmpl/prog/en/includes: masthead.inc
Log message:
using opac-zoomsearch.pl instead of opac-search.pl
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc?cvsroot=koha&r1=1.1&r2=1.2
Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- masthead.inc 3 Mar 2006 20:10:26 -0000 1.1
+++ masthead.inc 11 Aug 2006 16:17:01 -0000 1.2
@@ -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-search.pl">Advanced Search</a></li><li><a
href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;"
title="A "shopping cart" 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-zoomsearch.pl">Advanced Search</a></li><li><a
href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;"
title="A "shopping cart" 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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes masth...,
Antoine Farnault <=