X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_accounts.php;h=b5b6e6480ff0fc27e6dfd83c6e5d263cd1d3260f;hb=c1262f2b7a89cd7ce322b2b738250958881d0db3;hp=37a9004778aafbaa35d813ca0e7778962ae4ea4d;hpb=12aba8d6c76b53b221b3bcf9eeffe3ab40f3e767;p=fa-stable.git diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index 37a90047..b5b6e648 100644 --- a/gl/manage/gl_accounts.php +++ b/gl/manage/gl_accounts.php @@ -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();