X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_types.php;h=1c4071bf866b0e2371c78b8cff96dfd9fbfca11a;hb=1626f8d1594dc467722783e3818f222dae88ad0b;hp=a99c322bf3822e18fca8ed0a5329f1c11cd69c47;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/sales/manage/sales_types.php b/sales/manage/sales_types.php index a99c322b..1c4071bf 100644 --- a/sales/manage/sales_types.php +++ b/sales/manage/sales_types.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 14; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); @@ -117,7 +126,7 @@ while ($myrow = db_fetch($result)) label_cell($f); label_cell($myrow["tax_included"] ? _('Yes'):_('No'), 'align=center'); edit_button_cell("Edit".$myrow['id'], _("Edit")); - edit_button_cell("Delete".$myrow['id'], _("Delete")); + delete_button_cell("Delete".$myrow['id'], _("Delete")); end_row(); } @@ -133,7 +142,7 @@ start_form(); if (!isset($_POST['base'])) $_POST['base'] = 0; -start_table("$table_style2 width=30%"); +start_table($table_style2); if ($selected_id != -1) {