From 80130d7ac5b245af879d25f477527214599b28c0 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 14 Jun 2006 16:08:15 +0000 Subject: [PATCH] moving some systempreferences to a correct tab (& adding a librarian tab) --- admin/systempreferences.pl | 10 ++++++++++ .../default/en/parameters/systempreferences.tmpl | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index cb5ea3af03..3c90c3fdca 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -70,6 +70,9 @@ my %tabsysprefs; $tabsysprefs{marcflavour}="Catalogue"; $tabsysprefs{serialsadditems}="Catalogue"; $tabsysprefs{sortbynonfiling}="Catalogue"; + $tabsysprefs{MARCOrgCode}="Catalogue"; + $tabsysprefs{z3950AuthorAuthFields}="Catalogue"; + $tabsysprefs{z3950NormalizeAuthor}="Catalogue"; # Circulation $tabsysprefs{maxoutstanding}="Circulation"; $tabsysprefs{maxreserves}="Circulation"; @@ -77,6 +80,12 @@ my %tabsysprefs; $tabsysprefs{patronimages}="Circulation"; $tabsysprefs{printcirculationslips}="Circulation"; $tabsysprefs{ReturnBeforeExpiry}="Circulation"; +# Intranet + $tabsysprefs{TemplateEncoding}="Intranet"; + $tabsysprefs{template}="Intranet"; + $tabsysprefs{intranetstylesheet}="Intranet"; + $tabsysprefs{IntranetNav}="Intranet"; + $tabsysprefs{intranetcolorstylesheet}="Intranet"; # Members $tabsysprefs{automembernum}="Members"; $tabsysprefs{checkdigit}="Members"; @@ -107,6 +116,7 @@ my %tabsysprefs; $tabsysprefs{SubscriptionHistory}="OPAC"; $tabsysprefs{suggestion}="OPAC"; $tabsysprefs{virtualshelves}="OPAC"; + $tabsysprefs{opacheader}="OPAC"; sub StringSearch { my ($env,$searchstring,$type)=@_; diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl index d80cc975c1..f4895ac4cd 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl @@ -165,6 +165,15 @@ + + + Intranet + + + Intranet + + + Catalogue -- 2.39.5