From 615fe6f7d5ccea3e772e156c3b3f11b7544114a6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 3 Feb 2009 15:00:06 -0600 Subject: [PATCH] Move opaclanguagesdisplay to I18N/L10N tab where opaclanguages pref is. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- admin/systempreferences.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 01c088dee9..24337985bc 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -193,7 +193,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 @@ -278,7 +278,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"; -- 2.20.1