[Koha-cvs] koha koha-tmpl/intranet-tmpl/prog/en/admin/syst... [rel_3_0]

paul poulain paul at koha-fr.org
Fri Dec 22 18:11:33 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/12/22 17:11:33

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/admin: systempreferences.tmpl 
	updater        : updatedatabase 

Log message:
	adding 3 systempreferences for opac features & a new systempref tab where all systempreferences are located

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.40&r2=1.157.2.41

Patches:
Index: koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl	30 Oct 2006 09:55:39 -0000	1.1.2.2
+++ koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl	22 Dec 2006 17:11:33 -0000	1.1.2.3
@@ -149,6 +149,7 @@
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Members</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC">OPAC</a>
+        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPACFeatures">OPAC Features</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Intranet">Intranet</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?">Others</a>
     </div>

Index: updater/updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.40
retrieving revision 1.157.2.41
diff -u -b -r1.157.2.40 -r1.157.2.41
--- updater/updatedatabase	20 Dec 2006 16:45:59 -0000	1.157.2.40
+++ updater/updatedatabase	22 Dec 2006 17:11:33 -0000	1.157.2.41
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.40 2006/12/20 16:45:59 tipaul Exp $
+# $Id: updatedatabase,v 1.157.2.41 2006/12/22 17:11:33 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -420,6 +420,33 @@
             explanation         => 'option to allow reserves on opac',
             type                => 'YesNo',
         },
+       {
+            uniquefieldrequired => 'variable',
+            variable            => 'OpacCloud',
+            value               => '1',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Enable / Disable cloud link on OPAC',
+            type                => 'YesNo',
+        },
+       {
+            uniquefieldrequired => 'variable',
+            variable            => 'OpacTopissue',
+            value               => '1',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Enable / Disable the top issue link on OPAC',
+            type                => 'YesNo',
+        },
+       {
+            uniquefieldrequired => 'variable',
+            variable            => 'OpacAuthorities',
+            value               => '1',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Enable / Disable the search authority link on OPAC',
+            type                => 'YesNo',
+        },
     ],
     userflags => [
         {
@@ -2049,6 +2076,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.41  2006/12/22 17:11:33  tipaul
+# adding 3 systempreferences for opac features & a new systempref tab where all systempreferences are located
+#
 # Revision 1.157.2.40  2006/12/20 16:45:59  tipaul
 # ZEBRA update :
 # - adding a new table : when a biblio is added/modified/ deleted, an entry is entered in this table





More information about the Koha-cvs mailing list