Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / manage / gl_quick_entries.php
index 555c0888a61459f100e5215445fde23e5dc244d2..d5d0ef345147ae79b638630c838595031862d344 100644 (file)
@@ -174,7 +174,7 @@ if ($Mode2 == 'RESET2')
 
 $result = get_quick_entries();
 start_form();
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Description"), _("Type"), "", "");
 table_header($th);
 
@@ -200,7 +200,7 @@ if (list_updated('type') || (isset($_POST['bal_type']) && list_updated('bal_type
 }
 start_form();
 div_start('qe');
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1) 
 {
@@ -245,7 +245,7 @@ if ($selected_id != -1)
        display_heading(_("Quick Entry Lines") . " - " . $_POST['description']);
        $result = get_quick_entry_lines($selected_id);
        start_form();
-       start_table($table_style2);
+       start_table(TABLESTYLE2);
        $dim = get_company_pref('use_dimension');
        if ($dim == 2)
                $th = array(_("Post"), _("Account/Tax Type"), _("Amount"), _("Dimension"), _("Dimension")." 2", "", "");
@@ -295,7 +295,7 @@ if ($selected_id != -1)
        start_form();
 
        div_start('edit_line');
-       start_table($table_style2);
+       start_table(TABLESTYLE2);
 
        if ($selected_id2 != -1) 
        {