Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / inquiry / gl_trial_balance.php
index 50ff2e3dead16a02e12f2ab774ec2a92db3bf707..fbd23e94d95dcd7cf781b0d6cf2dacbccc324f22 100644 (file)
@@ -39,7 +39,7 @@ function gl_inquiry_controls()
 {
     start_form();
 
-    start_table("class='tablestyle_noborder'");
+    start_table(TABLESTYLE_NOBORDER);
 
     date_cells(_("From:"), 'TransFromDate', '', null, -30);
        date_cells(_("To:"), 'TransToDate');
@@ -55,10 +55,10 @@ function gl_inquiry_controls()
 
 function display_trial_balance()
 {
-       global $table_style, $path_to_root;
+       global $path_to_root;
 
        div_start('balance_tbl');
-       start_table($table_style);
+       start_table(TABLESTYLE);
        $tableheader =  "<tr>
         <td rowspan=2 class='tableheader'>" . _("Account") . "</td>
         <td rowspan=2 class='tableheader'>" . _("Account Name") . "</td>