[Koha-patches] [PATCH] Move opaclanguagesdisplay to I18N/L10N tab where opaclanguages pref is.

Owen Leonard oleonard at myacpl.org
Tue Feb 3 22:00:06 CET 2009


---
 admin/systempreferences.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl
index d323a51..c9f6b35 100755
--- a/admin/systempreferences.pl
+++ b/admin/systempreferences.pl
@@ -195,7 +195,7 @@ $tabsysprefs{'SMSSendDriver'}              = 'Patrons';
 # I18N/L10N
 $tabsysprefs{dateformat}    = "I18N/L10N";
 $tabsysprefs{opaclanguages} = "I18N/L10N";
-$tabsysprefs{opacthemes}    = "I18N/L10N";
+$tabsysprefs{opaclanguagesdisplay} = "I18N/L10N";
 $tabsysprefs{language}      = "I18N/L10N";
 
 # Searching
@@ -280,7 +280,6 @@ $tabsysprefs{OPACDisplayRequestPriority} = "OPAC";
 $tabsysprefs{SearchMyLibraryFirst} = "OPAC";
 $tabsysprefs{hidelostitems}        = "OPAC";
 $tabsysprefs{opacbookbag}          = "OPAC";
-$tabsysprefs{opaclanguagesdisplay} = "OPAC";
 $tabsysprefs{OpacPasswordChange}   = "OPAC";
 $tabsysprefs{opacreadinghistory}   = "OPAC";
 $tabsysprefs{virtualshelves}       = "OPAC";
-- 
1.5.5.GIT




More information about the Koha-patches mailing list