[Koha-cvs] koha/updater updatedatabase [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Feb 3 21:55:17 CET 2006


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

Modified files:
	updater        : updatedatabase 

Log message:
	Adding a new system preference: OpacNav. Can be used to add HTML
	navigation links to the left-hand navbar in the OPAC.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.16&tr2=1.100.2.17&r1=text&r2=text

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.16 koha/updater/updatedatabase:1.100.2.17
--- koha/updater/updatedatabase:1.100.2.16	Fri Dec 30 11:13:29 2005
+++ koha/updater/updatedatabase	Fri Feb  3 20:55:16 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.16 2005/12/30 11:13:29 tipaul Exp $
+# $Id: updatedatabase,v 1.100.2.17 2006/02/03 20:55:16 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -942,6 +942,15 @@
             explanation         => 'Enable/Disable password change in OPAC (disable it when using LDAP auth)',
             type                => 'YesNo',
         },
+	{   
+            uniquefieldrequired => 'variable',
+            variable            => 'OpacNav',
+            value               => '',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Use HTML tabs to add navigational links to the left-hand navigational bar in OPAC',
+            type                => 'free',
+        },
     ],
 
 );
@@ -1569,6 +1578,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.17  2006/02/03 20:55:16  kados
+# Adding a new system preference: OpacNav. Can be used to add HTML
+# navigation links to the left-hand navbar in the OPAC.
+#
 # Revision 1.100.2.16  2005/12/30 11:13:29  tipaul
 # * tool to synchronise TABLE and deletedTABLE structures in updatedatabase
 #





More information about the Koha-cvs mailing list