X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_lang.php;h=ee44fdf425bb5178b39a8de78dce2ed6d2f37592;hb=4235547f197afc92d317f3137419421d8660c168;hp=77fb8d091741dde20ff51731d46041662f697f20;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/admin/inst_lang.php b/admin/inst_lang.php index 77fb8d09..ee44fdf4 100644 --- a/admin/inst_lang.php +++ b/admin/inst_lang.php @@ -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);