Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / manage / gl_account_classes.php
index a2d8bda46aeb7f258b115582c1bdc6cf71545c00..2e9bf09a08b9cccdbcef72b3b7d72dc18a4b4ead 100644 (file)
@@ -105,7 +105,7 @@ if ($Mode == 'RESET')
 $result = get_account_classes(check_value('show_inactive'));
 
 start_form();
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Class ID"), _("Class Name"), _("Class Type"), "", "");
 if (isset($use_oldstyle_convert) && $use_oldstyle_convert == 1)
        $th[2] = _("Balance Sheet");
@@ -136,7 +136,7 @@ inactive_control_row($th);
 end_table(1);
 //-----------------------------------------------------------------------------------
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != "") 
 {