[Koha-cvs] CVS: koha/updater updatedatabase,1.100,1.100.2.1

Paul POULAIN tipaul at users.sourceforge.net
Thu Mar 17 18:15:22 CET 2005


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1294/updater

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
defaulting opacstylesheet to '' instead of 'normal' (that is stupid)

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100
retrieving revision 1.100.2.1
diff -C2 -r1.100 -r1.100.2.1
*** updatedatabase	10 Dec 2004 16:11:32 -0000	1.100
--- updatedatabase	17 Mar 2005 17:15:18 -0000	1.100.2.1
***************
*** 794,797 ****
--- 794,815 ----
  	    options		=> 'normal|marc|isbd'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'opacstylesheet',
+             value               => '',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1},
+             explanation         => 'Enter a complete URL to use an alternate stylesheet in OPAC',
+ 	    type		=> 'free',
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'delimiter',
+             value               => ';',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1},
+             explanation         => 'separator for reports exported to spreadsheet',
+ 	    type		=> 'free',
+         },
      ],
  
***************
*** 1379,1382 ****
--- 1397,1403 ----
  
  # $Log$
+ # Revision 1.100.2.1  2005/03/17 17:15:18  tipaul
+ # defaulting opacstylesheet to '' instead of 'normal' (that is stupid)
+ #
  # Revision 1.100  2004/12/10 16:11:32  tipaul
  # Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd





More information about the Koha-cvs mailing list