Replacing the PDF Engine with a slightly modified TCPDF
[fa-stable.git] / admin / company_preferences.php
index 693dd5a4f18591f9f1b52083c068c68b3e576200..b75bba35441f6be5701358dabae5b6cc565a5eaf 100644 (file)
@@ -82,7 +82,8 @@ if (isset($_POST['submit']) && $_POST['submit'] != "")
 
                display_notification_centered(_("Company setup has been updated."));
        }
-
+       set_focus('coy_name');
+       $Ajax->activate('_page_body');
 } /* end of if submit */
 
 //---------------------------------------------------------------------------------------------
@@ -168,7 +169,7 @@ end_row();
 
 end_table(1);
 hidden('coy_logo', $_POST['coy_logo']);
-submit_center('submit', _("Update"));
+submit_center('submit', _("Update"), true, '', true);
 
 end_form(2);
 //-------------------------------------------------------------------------------------------------