X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_quick_entries.php;h=c042c213aa6aa5cfefe568105f04efd721f3582b;hb=604d89ac6d18712d8b55bed821afe07b7106db3d;hp=10e38ec23e7626b45a7985a26169eefa5af10003;hpb=e33b5bd92cdff724ad4f561a6fdd8fa6246cdbac;p=fa-stable.git diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index 10e38ec2..c042c213 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -1,6 +1,6 @@ 1) label_cell(get_dimension_string($myrow['dimension2_id'], true)); - edit_button_cell("BEd".$myrow["id"], _("Edit"), false, ICON_EDIT); - edit_button_cell("BDel".$myrow["id"], _("Delete"), false, ICON_DELETE); + edit_button_cell("BEd".$myrow["id"], _("Edit")); + delete_button_cell("BDel".$myrow["id"], _("Delete")); end_row(); } end_table(); @@ -268,7 +268,7 @@ if ($selected_id != -1) } } - gl_all_accounts_list_row(_("Account"), 'account', null, true); + gl_all_accounts_list_row(_("Account"), 'account', null); yesno_list_row(_("Use Tax:"), 'tax_acc', null, "", "", false); yesno_list_row(_("Use Percent:"), 'pct', null, "", "", false); amount_row(_("Amount"), 'amount', null);