[Koha-cvs] koha/opac opac-shelves.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Feb 3 22:13:29 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/03 21:13:29

Modified files:
	opac           : opac-shelves.pl 

Log message:
	Updating script for new system preference: OpacNav

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-shelves.pl.diff?only_with_tag=rel_2_2&tr1=1.3.2.4&tr2=1.3.2.5&r1=text&r2=text

Patches:
Index: koha/opac/opac-shelves.pl
diff -u koha/opac/opac-shelves.pl:1.3.2.4 koha/opac/opac-shelves.pl:1.3.2.5
--- koha/opac/opac-shelves.pl:1.3.2.4	Fri Mar 25 17:04:28 2005
+++ koha/opac/opac-shelves.pl	Fri Feb  3 21:13:29 2006
@@ -2,7 +2,7 @@
 #script to provide bookshelf management
 # WARNING: This file uses 4-character tabs!
 #
-# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.3.2.4 2005/03/25 17:04:28 tipaul Exp $
+# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.3.2.5 2006/02/03 21:13:29 kados Exp $
 #
 # Copyright 2000-2002 Katipo Communications
 #
@@ -60,6 +60,7 @@
 $template->param({	loggedinuser => $loggedinuser,
 					suggestion => C4::Context->preference("suggestion"),
 					virtualshelves => C4::Context->preference("virtualshelves"),
+					OpacNav => C4::Context->preference("OpacNav"),
 				});
 SWITCH: {
 	if ($query->param('op') eq 'modifsave') {
@@ -186,6 +187,9 @@
 
 #
 # $Log: opac-shelves.pl,v $
+# Revision 1.3.2.5  2006/02/03 21:13:29  kados
+# Updating script for new system preference: OpacNav
+#
 # Revision 1.3.2.4  2005/03/25 17:04:28  tipaul
 # adding virtual shelves & suggestions button to the top
 #





More information about the Koha-cvs mailing list