Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / taxes / tax_groups.php
index 13990c38bb4bdafce31e6257a1c508fb71d886cb..a210ad965747eea460b16da09d2cbc22dc481a69 100644 (file)
@@ -141,7 +141,7 @@ if ($Mode == 'RESET')
 $result = get_all_tax_groups(check_value('show_inactive'));
 
 start_form();
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Description"), _("Tax Shipping"), "", "");
 inactive_control_column($th);
 table_header($th);
@@ -173,7 +173,7 @@ end_table(1);
 
 //-----------------------------------------------------------------------------------
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1) 
 {
@@ -206,7 +206,7 @@ end_table();
 
 display_note(_("Select the taxes that are included in this group."), 1);
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 //$th = array(_("Tax"), _("Default Rate (%)"), _("Rate (%)"));
 //Editable rate has been removed 090920 Joe Hunt
 $th = array(_("Tax"), _("Rate (%)"));