Browse Source

kohabug 2192 - set tabs for four system preferences

OPACItemHolds => OPAC
AutoEmailOpacUser => Patrons
AutoEmailPrimaryAddress => Patrons
serialsadditems => Acquisitions

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Galen Charlton 16 years ago
committed by Joshua Ferraro
parent
commit
ada25708a5
  1. 4
      admin/systempreferences.pl

4
admin/systempreferences.pl

@ -69,6 +69,7 @@ my %tabsysprefs;
$tabsysprefs{gist}="Acquisitions";
$tabsysprefs{emailPurchaseSuggestions}="Acquisitions";
$tabsysprefs{RenewSerialAddsSuggestion}="Acquisitions";
$tabsysprefs{serialsadditems}="Acquisitions";
# Admin
$tabsysprefs{singleBranchMode}="Admin";
@ -179,6 +180,8 @@ my %tabsysprefs;
$tabsysprefs{AddPatronLists}="Patrons";
$tabsysprefs{PatronsPerPage}="Patrons";
$tabsysprefs{ExtendedPatronAttributes}="Patrons";
$tabsysprefs{AutoEmailOpacUser}="Patrons";
$tabsysprefs{AutoEmailPrimaryAddress}="Patrons";
# I18N/L10N
$tabsysprefs{dateformat}="I18N/L10N";
@ -281,6 +284,7 @@ my %tabsysprefs;
$tabsysprefs{OpacBrowser}="OPAC";
$tabsysprefs{kohaspsuggest} = "OPAC";
$tabsysprefs{OpacRenewalAllowed} = "OPAC";
$tabsysprefs{OPACItemHolds} = "OPAC";
# LOGFeatures
$tabsysprefs{CataloguingLog} = "Logs";

Loading…
Cancel
Save