X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_points.php;h=ac949c08733460a81496bdd072b5558d366d4cdd;hb=a5242af68e65661edb7175412444dce536a7f311;hp=7aaac3580fbce0e3a5f14ad9cdd2f0431d77b316;hpb=7321070db48d99d322968e6e10d3ee96dc7c082d;p=fa-stable.git diff --git a/sales/manage/sales_points.php b/sales/manage/sales_points.php index 7aaac358..ac949c08 100644 --- a/sales/manage/sales_points.php +++ b/sales/manage/sales_points.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 15; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); @@ -86,7 +95,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow["location_name"], ""); label_cell($myrow["bank_account_name"], ""); edit_button_cell("Edit".$myrow['id'], _("Edit")); - edit_button_cell("Delete".$myrow['id'], _("Delete")); + delete_button_cell("Delete".$myrow['id'], _("Delete")); end_row(); } @@ -97,7 +106,7 @@ echo '
'; start_form(); -start_table("$table_style2 width=30%"); +start_table($table_style2); if ($selected_id != -1) {