Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / manage / sales_groups.php
index 7521182af1569eb15bfe6250205a280dab6bdba6..0005aed55f47e3c925bf2837b3c2a3295763f870 100644 (file)
@@ -81,7 +81,7 @@ if ($Mode == 'RESET')
 $result = get_sales_groups(check_value('show_inactive'));
 
 start_form();
-start_table("$table_style width=30%");
+start_table(TABLESTYLE, "width=30%");
 $th = array(_("Group Name"), "", "");
 inactive_control_column($th);
 
@@ -105,7 +105,7 @@ end_table(1);
 
 //-------------------------------------------------------------------------------------------------
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1) 
 {