From 025583cd237df4a22db1fb8dcdea59f70f5c7cc7 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 18 Nov 2003 07:41:35 +0000 Subject: [PATCH] Add a little language-changing menu here to make it easier --- admin/lang.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin/lang.php b/admin/lang.php index bfce4a6e40..65156034c6 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -45,7 +45,13 @@ "$strconfiguration -> $navigation"); if (!$mode) { - print_heading("$strcurrentlanguage: $currentlang - ".get_string("thislanguage")); + $currlang = current_language(); + $langs = get_list_of_languages(); + echo "
"; + echo "$strcurrentlanguage:"; + echo ""; + echo popup_form ("$CFG->wwwroot/admin/lang.php?lang=", $langs, "chooselang", $currlang, "", "", "", true); + echo "
"; print_heading("$strmissingstrings"); print_heading("$strcomparelanguage"); echo "

"; -- 2.39.5