[Koha-patches] [PATCH] bug 3110 - Move Serial Preferences to Serials Tab

John Beppu john.beppu at liblime.com
Tue Apr 14 21:45:15 CEST 2009


- Moved the following system preferences to the Serials tab:
  OPACDisplayExtendedSubInfo
  OPACSubscriptionDisplay
  RenewSerialAddsSuggestion
  SubscriptionHistory
---
 admin/systempreferences.pl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl
index 2733b91..2d58f0b 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";
-- 
1.6.0.3




More information about the Koha-patches mailing list