From: Galen Charlton Date: Sat, 6 Jun 2009 21:54:48 +0000 (-0500) Subject: bug 3278: move three sysprefs to Staff client tab X-Git-Tag: n_acq_a_porter~26^2~115 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=bea8db3072abe4cc0e7daa32c1c5ebcffa9713de;p=koha.git bug 3278: move three sysprefs to Staff client tab * viewMARC * viewISBN * viewLabeledMARC Signed-off-by: Galen Charlton --- diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 3709be2752..c00e3b64eb 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";