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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Sep 25 21:49:10 CEST 2006


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";





More information about the Koha-cvs mailing list