X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_lang.php;h=858e13a6afcaea83872d7eda9965adf1fabb722e;hb=4f89441866b40d759f43327d753b4dff31f3f02a;hp=214a1dceb4d79823ab9c39b497f6f1eab04f0ff9;hpb=e4601ecbe842aafa7f0424abc67ec7ba55139dff;p=fa-stable.git diff --git a/admin/inst_lang.php b/admin/inst_lang.php index 214a1dce..858e13a6 100644 --- a/admin/inst_lang.php +++ b/admin/inst_lang.php @@ -13,7 +13,7 @@ $page_security = 'SA_CREATELANGUAGE'; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); -page(_("Install/Update Languages")); +page(_($help_context = "Install/Update Languages")); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/admin/db/company_db.inc"); @@ -123,7 +123,7 @@ function handle_delete() function display_languages() { - global $table_style, $installed_languages, $dflt_lang; + global $installed_languages, $dflt_lang; $lang = $_SESSION["language"]->code; @@ -135,7 +135,7 @@ function display_languages() document.location.replace('inst_lang.php?c=df&id='+id) } "; - start_table($table_style); + start_table(TABLESTYLE); $th = array(_("Language"), _("Name"), _("Encoding"), _("Right To Left"), _("Default"), "", ""); table_header($th); @@ -179,7 +179,7 @@ function display_languages() function display_language_edit($selected_id) { - global $installed_languages, $table_style2, $dflt_lang; + global $installed_languages, $dflt_lang; if ($selected_id != -1) $n = $selected_id; @@ -196,7 +196,7 @@ function display_language_edit($selected_id) } "; - start_table($table_style2); + start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -218,8 +218,8 @@ function display_language_edit($selected_id) yesno_list_row(_("Right To Left"), 'rtl', null, "", "", false); yesno_list_row(_("Default Language"), 'dflt', null, "", "", false); - label_row(_("Language File") . " (PO)", ""); - label_row(_("Language File") . " (MO)", ""); + file_row(_("Language File") . " (PO)", 'uploadfile'); + file_row(_("Language File") . " (MO)", 'uploadfile2'); end_table(0); display_note(_("Select your language files from your local harddisk."), 0, 1);