Defualt add/update button, ajax page update.
[fa-stable.git] / gl / manage / gl_accounts.php
index 37a9004778aafbaa35d813ca0e7778962ae4ea4d..b5b6e6480ff0fc27e6dfd83c6e5d263cd1d3260f 100644 (file)
@@ -299,11 +299,11 @@ end_table(1);
 
 if ($selected_account == "") 
 {
-       submit_center('add', _("Add Account"), true, '', false);
+       submit_center('add', _("Add Account"), true, '', 'default');
 } 
 else 
 {
-    submit_center_first('update', _("Update Account"), '', false);
+    submit_center_first('update', _("Update Account"), '', 'default');
     submit_center_last('delete', _("Delete account"), '',true);
 }
 end_form();