From fe18100ef391ae417781ef09b5e0b371fd8ea509 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Mon, 22 Oct 2007 03:19:49 -0500 Subject: [PATCH] moving some systemprefs to their correct tab Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- admin/systempreferences.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 2a31c133bf..965f0a0c45 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -69,6 +69,7 @@ my %tabsysprefs; $tabsysprefs{Intranet_includes}="Admin"; $tabsysprefs{AutoLocation}="Admin"; $tabsysprefs{DebugLevel}="Admin"; + $tabsysprefs{SessionStorage}="Admin"; # Authorities $tabsysprefs{authoritysep}="Authorities"; @@ -96,6 +97,9 @@ my %tabsysprefs; $tabsysprefs{NoZebraIndexes}="Catalogue"; $tabsysprefs{ReceiveBackIssues}="Catalogue"; $tabsysprefs{DefaultClassificationSource}="Catalogue"; + $tabsysprefs{SearchMyLibraryFirst}="Catalogue"; + $tabsysprefs{RoutingSerials}="Catalogue"; + $tabsysprefs{BiblioAddsAuthorities}="Catalogue"; # Circulation $tabsysprefs{maxoutstanding}="Circulation"; @@ -135,6 +139,7 @@ my %tabsysprefs; $tabsysprefs{uppercasesurnames}="Members"; $tabsysprefs{NoReturnSetLost}="Members"; $tabsysprefs{MaxFine}="Members"; + $tabsysprefs{NotifyBorrowerDeparture}="Members"; # OPAC $tabsysprefs{AmazonAssocTag}="OPAC"; -- 2.39.5