From bef41d74070d49a309b2426a9ef2f1ebab8b7abf 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 --- admin/systempreferences.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 2733b91b95..2d58f0b62f 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"; @@ -282,13 +281,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"; @@ -323,7 +319,11 @@ $tabsysprefs{XSLTResultsDisplay} = "OPAC"; # Serials $tabsysprefs{OPACSerialIssueDisplayCount} = "Serials"; -$tabsysprefs{StaffSerialIssueDisplayCount} = "Serials"; +$tabsysprefs{StaffSerialIssueDisplayCount} = "Serials"; +$tabsysprefs{OPACDisplayExtendedSubInfo} = "Serials"; +$tabsysprefs{OPACSubscriptionDisplay} = "Serials"; +$tabsysprefs{RenewSerialAddsSuggestion} = "Serials"; +$tabsysprefs{SubscriptionHistory} = "Serials"; # LOGFeatures $tabsysprefs{CataloguingLog} = "Logs"; -- 2.20.1