CSS style is now implemented in all FA.
[fa-stable.git] / admin / create_coy.php
index 423701ae946a43e2a1402418969d00367ece7709..c3bfe489b77c80984c898f07aa5866cbe215a43c 100644 (file)
@@ -346,10 +346,7 @@ function display_company_edit($selected_id)
                label_row(_("Table Pref"), $_POST['tbpref']);
        yesno_list_row(_("Default"), 'def', null, "", "", false);
 
-       start_row();
-       label_cell(_("Database Script"));
-       label_cell("<input name='uploadfile' type='file'>");
-       end_row();
+       file_row(_("Database Script"), "uploadfile");
 
        text_row_ex(_("New script Admin Password"), 'admpassword', 20);