X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fshipping_companies.php;h=f83fad5a7ee521d90c6cc363e79bfbcba7418666;hb=da7df35c61205d0b1af47d286be591b8a3194b0c;hp=fa7b264108d940c8544ea0b0991a6dfdeb1db031;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/admin/shipping_companies.php b/admin/shipping_companies.php index fa7b2641..f83fad5a 100644 --- a/admin/shipping_companies.php +++ b/admin/shipping_companies.php @@ -87,7 +87,7 @@ if ($Mode == 'RESET') $result = get_shippers(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Name"), _("Contact Person"), _("Phone Number"), _("Secondary Phone"), _("Address"), "", ""); inactive_control_column($th); table_header($th); @@ -113,7 +113,7 @@ end_table(1); //---------------------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -147,4 +147,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page(); -?>