[Koha-patches] [PATCH] bug 3278: move three sysprefs to Staff client tab

Galen Charlton galen.charlton at liblime.com
Sat Jun 6 23:54:48 CEST 2009


* viewMARC
* viewISBN
* viewLabeledMARC
---
 admin/systempreferences.pl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl
index 3709be2..c00e3b6 100755
--- a/admin/systempreferences.pl
+++ b/admin/systempreferences.pl
@@ -121,9 +121,6 @@ $tabsysprefs{DefaultClassificationSource} = "Cataloguing";
 $tabsysprefs{RoutingSerials}              = "Cataloguing";
 $tabsysprefs{'item-level_itypes'}         = "Cataloguing";
 $tabsysprefs{OpacSuppression}             = "Cataloguing";
-$tabsysprefs{viewMARC}                    = "Cataloguing";
-$tabsysprefs{viewLabeledMARC}             = "Cataloguing";
-$tabsysprefs{viewISBD}                    = "Cataloguing";
 
 # Circulation
 $tabsysprefs{maxoutstanding}                 = "Circulation";
@@ -175,6 +172,9 @@ $tabsysprefs{intranetcolorstylesheet} = "StaffClient";
 $tabsysprefs{intranetuserjs}          = "StaffClient";
 $tabsysprefs{yuipath}                 = "StaffClient";
 $tabsysprefs{IntranetmainUserblock}   = "StaffClient";
+$tabsysprefs{viewMARC}                = "StaffClient";
+$tabsysprefs{viewLabeledMARC}         = "StaffClient";
+$tabsysprefs{viewISBD}                = "StaffClient";
 
 # Patrons
 $tabsysprefs{autoMemberNum}                = "Patrons";
-- 
1.5.6.5




More information about the Koha-patches mailing list