koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/admin systempreferences.pl [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/admin systempreferences.pl [dev_week]
Date: Mon, 25 Sep 2006 19:49:10 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/09/25 19:49:10

Modified files:
        admin          : systempreferences.pl 

Log message:
        Moving some unclassified system preferences to the relevant tab

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.22.2.18.2.4&r2=1.22.2.18.2.5

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.22.2.18.2.4
retrieving revision 1.22.2.18.2.5
diff -u -b -r1.22.2.18.2.4 -r1.22.2.18.2.5
--- systempreferences.pl        21 Sep 2006 20:04:21 -0000      1.22.2.18.2.4
+++ systempreferences.pl        25 Sep 2006 19:49:10 -0000      1.22.2.18.2.5
@@ -54,8 +54,12 @@
        $tabsysprefs{gist}="Acquisitions";
 # Admin
        $tabsysprefs{dateformat}="Admin";
+       $tabsysprefs{delimiter}="Admin";
+       $tabsysprefs{IndependantBranches}="Admin";
        $tabsysprefs{insecure}="Admin";
-       $tabsysprefs{KohaAdmin}="Admin";
+       $tabsysprefs{KohaAdminEmailAddress}="Admin";
+       $tabsysprefs{MIME}="Admin";
+       $tabsysprefs{timeout}="Admin";
 # Authorities
        $tabsysprefs{authoritysep}="Authorities";
 # Catalogue
@@ -65,6 +69,7 @@
        $tabsysprefs{IntranetBiblioDefaultView} = "Catalogue";
        $tabsysprefs{ISBD}="Catalogue";
        $tabsysprefs{itemcallnumber}="Catalogue";
+       $tabsysprefs{kohaspsuggest} = "Catalogue";
        $tabsysprefs{LabelMARCView}="Catalogue";
        $tabsysprefs{marc}="Catalogue";
        $tabsysprefs{marcflavour}="Catalogue";




reply via email to

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