koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes masth... [rel_3_0]
Date: Fri, 20 Oct 2006 15:15:53 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/20 15:15:53

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

Log message:
        adding link to virtual shelves in opac menu.

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.2.1&r2=1.2.2.2

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- masthead.inc        28 Sep 2006 08:21:07 -0000      1.2.2.1
+++ masthead.inc        20 Oct 2006 15:15:53 -0000      1.2.2.2
@@ -2,7 +2,11 @@
 
 <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 &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>
+<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 &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>
+    <li><a href="/cgi-bin/koha/opac-shelves.pl">Virtuals shelves</li>
+</ul>
 
 </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]