[Koha-patches] [PATCH] [SIGNED-OFF] bug 5050 move language prefs to I18N/L10N tab

Galen Charlton gmcharlt at gmail.com
Thu Oct 28 17:53:51 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../en/modules/admin/preferences/i18n-l10n.pref    |    8 ++++++++
 .../prog/en/modules/admin/preferences/opac.pref    |   10 ----------
 .../en/modules/admin/preferences/staff-client.pref |    4 ----
 3 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref
index f36a264..591e6ca 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref
@@ -9,9 +9,17 @@ I18N/L10N:
               iso: yyyy/mm/dd
         - .
     -
+        - "Enable the following languages on the staff interface:"
+        - pref: language
+          type: staff-languages
+    -
         - pref: opaclanguagesdisplay
           default: 0
           choices:
               yes: Allow
               no: "Don't allow"
         - patrons to change the language they see on the OPAC.
+    -
+        - "Enable the following languages on the OPAC:"
+        - pref: opaclanguages
+          type: opac-languages
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
index c844df4..2619d8c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
@@ -6,16 +6,6 @@ OPAC:
               choices: opac-templates
             - theme on the OPAC.
         -
-            - "Enable the following languages on the OPAC:"
-            - pref: opaclanguages
-              type: opac-languages
-        -
-            - pref: opaclanguagesdisplay
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - patrons to select their language on the OPAC.
-        -
             - "The OPAC is located at http://"
             - pref: OPACBaseURL
               class: url
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref
index 4abe419..324f8af 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref
@@ -6,10 +6,6 @@ Staff Client:
               choices: staff-templates
             - theme on the staff interface.
         -
-            - "Enable the following languages on the staff interface:"
-            - pref: language
-              type: staff-languages
-        -
             - "The staff client is located at http://"
             - pref: staffClientBaseURL
               class: url
-- 
1.7.0



More information about the Koha-patches mailing list