X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fdisplay_prefs.php;h=f752a807ec8aa0e31af4e95c94c7b21e49ab255f;hb=9e44b39d06f650a3a15973ecb1e3aba76f72f890;hp=384c0e5b398bf3fc103a5a1b8c3c2242666a788a;hpb=e33b5bd92cdff724ad4f561a6fdd8fa6246cdbac;p=fa-stable.git diff --git a/admin/display_prefs.php b/admin/display_prefs.php index 384c0e5b..f752a807 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -1,6 +1,6 @@ code; + +table_section_title(_("Language")); + +languages_list_row(_("Language:"), 'language', $_POST['language']); +table_section(2); table_section_title(_("Miscellaneous")); check_row(_("Show hints for new users:"), 'show_hints', user_hints()); @@ -112,14 +122,7 @@ check_row(_("Use icons instead of text links:"), 'graphic_links', user_graphic_l text_row_ex(_("Query page size:"), 'query_size', 5, 5, '', user_query_size()); -table_section_title(_("Language")); - -if (!isset($_POST['language'])) - $_POST['language'] = $_SESSION['language']->code; - -languages_list_row(_("Language:"), 'language', $_POST['language']); - -end_table(1); +end_outer_table(1); submit_center('setprefs', _("Update"), true, '', true);