X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_units.php;h=95473885f348109a1b2d2c1608ed67aa91dc3e56;hb=d567a10b7925c8bb97c734e213d6651a979af29d;hp=b8e432bc54f439ed20bb16d2e2d82f793da1f4e3;hpb=231b2de9031a927156a58998fdb5601447732b38;p=fa-stable.git diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index b8e432bc..95473885 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -1,4 +1,14 @@ . +***********************************************************************/ $page_security = 11; $path_to_root="../.."; include($path_to_root . "/includes/session.inc"); @@ -71,7 +81,7 @@ if ($Mode == 'RESET') $result = get_all_item_units(); start_form(); -start_table("$table_style width=50%"); +start_table("$table_style width=40%"); $th = array(_('Unit'), _('Description'), _('Decimals'), "", ""); table_header($th); @@ -87,7 +97,7 @@ while ($myrow = db_fetch($result)) label_cell(($myrow["decimals"]==-1?_("User Quantity Decimals"):$myrow["decimals"])); edit_button_cell("Edit".$myrow[0], _("Edit")); - edit_button_cell("Delete".$myrow[0], _("Delete")); + delete_button_cell("Delete".$myrow[0], _("Delete")); end_row(); } @@ -99,7 +109,7 @@ echo '
'; start_form(); -start_table("class='tablestyle_noborder'"); +start_table($table_style2); if ($selected_id != '') {