From 34cbe3b0981b6d67bdd388a323476b1bed18759a Mon Sep 17 00:00:00 2001 From: John Beppu Date: Tue, 14 Apr 2009 14:45:15 -0500 Subject: [PATCH] bug 3110 - Move Serial Preferences to Serials Tab - Moved the following system preferences to the Serials tab: OPACDisplayExtendedSubInfo OPACSubscriptionDisplay RenewSerialAddsSuggestion SubscriptionHistory Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- admin/systempreferences.pl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 24337985bc..29cf06a042 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -70,7 +70,6 @@ my %tabsysprefs; $tabsysprefs{acquisitions} = "Acquisitions"; $tabsysprefs{gist} = "Acquisitions"; $tabsysprefs{emailPurchaseSuggestions} = "Acquisitions"; -$tabsysprefs{RenewSerialAddsSuggestion} = "Acquisitions"; # Admin $tabsysprefs{singleBranchMode} = "Admin"; @@ -259,13 +258,10 @@ $tabsysprefs{opacsmallimage} = "OPAC"; $tabsysprefs{opacstylesheet} = "OPAC"; $tabsysprefs{opacthemes} = "OPAC"; $tabsysprefs{opacuserjs} = "OPAC"; -$tabsysprefs{SubscriptionHistory} = "OPAC"; $tabsysprefs{opacheader} = "OPAC"; $tabsysprefs{noOPACUserLogin} = "OPAC"; $tabsysprefs{hideBiblioNumber} = "OPAC"; -$tabsysprefs{OPACDisplayExtendedSubInfo} = "OPAC"; $tabsysprefs{OpacMainUserBlock} = "OPAC"; -$tabsysprefs{OPACSubscriptionDisplay} = "OPAC"; $tabsysprefs{OPACURLOpenInNewWindow} = "OPAC"; $tabsysprefs{OPACUserCSS} = "OPAC"; $tabsysprefs{OPACHighlightedWords} = "OPAC"; @@ -298,6 +294,14 @@ $tabsysprefs{OPACGroupResults} = "OPAC"; $tabsysprefs{XSLTDetailsDisplay} = "OPAC"; $tabsysprefs{XSLTResultsDisplay} = "OPAC"; +# Serials +$tabsysprefs{OPACSerialIssueDisplayCount} = "Serials"; +$tabsysprefs{StaffSerialIssueDisplayCount} = "Serials"; +$tabsysprefs{OPACDisplayExtendedSubInfo} = "Serials"; +$tabsysprefs{OPACSubscriptionDisplay} = "Serials"; +$tabsysprefs{RenewSerialAddsSuggestion} = "Serials"; +$tabsysprefs{SubscriptionHistory} = "Serials"; + # LOGFeatures $tabsysprefs{CataloguingLog} = "Logs"; $tabsysprefs{BorrowersLog} = "Logs"; -- 2.39.2