X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_units.php;h=fa63bbe532a2176603cf3881a5258fc331f8ba0c;hb=e98dad8c105182b946fd58518710d86214f94c91;hp=a17ac69ff5045b085d7d114b2c25d35051917b1f;hpb=8ea6c4dd0d9b31b3456d012b0c94339b801bee0c;p=fa-stable.git diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index a17ac69f..fa63bbe5 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -13,7 +13,7 @@ $page_security = 'SA_UOM'; $path_to_root = "../.."; include($path_to_root . "/includes/session.inc"); -page(_("Units of Measure")); +page(_($help_context = "Units of Measure")); include_once($path_to_root . "/includes/ui.inc"); @@ -90,7 +90,7 @@ if ($Mode == 'RESET') $result = get_all_item_units(check_value('show_inactive')); start_form(); -start_table("$table_style width=40%"); +start_table(TABLESTYLE, "width=40%"); $th = array(_('Unit'), _('Description'), _('Decimals'), "", ""); inactive_control_column($th); @@ -117,7 +117,7 @@ end_table(1); //---------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != '') {