[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.3,1.100.2.4

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 6 16:15:57 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page)

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.3
retrieving revision 1.100.2.4
diff -C2 -r1.100.2.3 -r1.100.2.4
*** updatedatabase	2 Jun 2005 21:05:34 -0000	1.100.2.3
--- updatedatabase	6 Jun 2005 14:15:55 -0000	1.100.2.4
***************
*** 819,822 ****
--- 819,840 ----
          {
              uniquefieldrequired => 'variable',
+             variable            => 'opacsmallimage',
+             value               => '',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1},
+             explanation         => 'Enter a complete URL to an image, will be on top/left instead of the Koha logo',
+ 	    type		=> 'free',
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'opaclargeimage',
+             value               => '',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1},
+             explanation         => 'Enter a complete URL to an image, will be on the main page, instead of the Koha logo',
+ 	    type		=> 'free',
+         },
+         {
+             uniquefieldrequired => 'variable',
              variable            => 'delimiter',
              value               => ';',
***************
*** 1444,1447 ****
--- 1462,1468 ----
  
  # $Log$
+ # Revision 1.100.2.4  2005/06/06 14:15:55  tipaul
+ # adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page)
+ #
  # Revision 1.100.2.3  2005/06/02 21:05:34  hdl
  # adding variable SubscriptionHistory





More information about the Koha-cvs mailing list