X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_areas.php;h=7e513861211d27c5b4d6a75eff4c17c5add09354;hb=b72c2a0476688017a61969cbc35dd7cffb4ed78e;hp=1b528388322da0eb5b0181251c523e521aa53927;hpb=963bc21ea092322d5750d4c0914b5e532e7d2467;p=fa-stable.git diff --git a/sales/manage/sales_areas.php b/sales/manage/sales_areas.php index 1b528388..7e513861 100644 --- a/sales/manage/sales_areas.php +++ b/sales/manage/sales_areas.php @@ -83,7 +83,7 @@ if ($Mode == 'RESET') $result = get_sales_areas(check_value('show_inactive')); start_form(); -start_table("$table_style width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array(_("Area Name"), "", ""); inactive_control_column($th); @@ -111,7 +111,7 @@ echo '
'; //------------------------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -133,4 +133,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page(); -?>