koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.3,1.100.2.4
Date: Mon, 06 Jun 2005 07:15:57 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]