X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Flocations.php;h=0bae7585fc6469b1bc1813f5fee64fa9c95338a5;hb=e98dad8c105182b946fd58518710d86214f94c91;hp=1deb1f2064df5f9db3d34fe516273bfd5fc9a8a8;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/inventory/manage/locations.php b/inventory/manage/locations.php index 1deb1f20..0bae7585 100644 --- a/inventory/manage/locations.php +++ b/inventory/manage/locations.php @@ -142,7 +142,7 @@ if ($Mode == 'RESET') $result = get_item_locations(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Location Code"), _("Location Name"), _("Address"), _("Phone"), _("Secondary Phone"), "", ""); inactive_control_column($th); table_header($th); @@ -168,7 +168,7 @@ end_table(); echo '
'; -start_table($table_style2); +start_table(TABLESTYLE2); $_POST['email'] = ""; if ($selected_id != -1)