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

Joshua Ferraro jmf at kados.org
Sat Feb 4 19:17:00 CET 2006


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

Modified files:
	updater        : updatedatabase 

Log message:
	Adds opaccolorstylesheet, intranetstylesheet, intranetcolorstylesheet
	to systemprefs.

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

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.20 koha/updater/updatedatabase:1.100.2.21
--- koha/updater/updatedatabase:1.100.2.20	Sat Feb  4 05:16:40 2006
+++ koha/updater/updatedatabase	Sat Feb  4 18:17:00 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.20 2006/02/04 05:16:40 kados Exp $
+# $Id: updatedatabase,v 1.100.2.21 2006/02/04 18:17:00 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -816,9 +816,36 @@
             value               => '',
 	    forceupdate		=> { 'explanation' => 1,
 	    			     'type' => 1},
-            explanation         => 'Enter a complete URL to use an alternate stylesheet in OPAC',
+            explanation         => 'Enter a complete URL to use an alternate layout stylesheet in OPAC',
 	    type		=> 'free',
         },
+	{
+            uniquefieldrequired => 'variable',
+            variable            => 'opaccolorstylesheet',
+            value               => '',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Enter a complete URL to use an alternate color stylesheet in OPAC',
+            type                => 'free',
+        },
+	{
+            uniquefieldrequired => 'variable',
+            variable            => 'intranetstylesheet',
+            value               => '',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Enter a complete URL to use an alternate layout stylesheet in Intranet',
+            type                => 'free',
+        },
+	{
+            uniquefieldrequired => 'variable',
+            variable            => 'intranetcolorstylesheet',
+            value               => '',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Enter a complete URL to use an alternate color stylesheet in Intranet',
+            type                => 'free',
+        },  
         {
             uniquefieldrequired => 'variable',
             variable            => 'opacsmallimage',
@@ -1614,6 +1641,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.21  2006/02/04 18:17:00  kados
+# Adds opaccolorstylesheet, intranetstylesheet, intranetcolorstylesheet
+# to systemprefs.
+#
 # Revision 1.100.2.20  2006/02/04 05:16:40  kados
 # Allows putting credits at bottom of OPAC page
 #





More information about the Koha-cvs mailing list