X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_categories.php;h=f5de480a4aed608016629daa26ec678815180550;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=4bf0cd78036304d2edbb0ae06dc9dea8c2b9d036;hpb=e82fa1f01d7f0d7706b9d3e2efaa9a31cc0777f6;p=fa-stable.git diff --git a/inventory/manage/item_categories.php b/inventory/manage/item_categories.php index 4bf0cd78..f5de480a 100644 --- a/inventory/manage/item_categories.php +++ b/inventory/manage/item_categories.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 11; $path_to_root="../.."; include($path_to_root . "/includes/session.inc"); @@ -86,7 +95,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow["description"]); edit_button_cell("Edit".$myrow[0], _("Edit")); - edit_button_cell("Delete".$myrow[0], _("Delete")); + delete_button_cell("Delete".$myrow[0], _("Delete")); end_row(); } @@ -97,7 +106,7 @@ echo '
'; start_form(); -start_table("class='tablestyle_noborder'"); +start_table($table_style2); if ($selected_id != -1) {