Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / view / bank_transfer_view.php
index a2e0da4b614018df5d90e8bf6eb1abdfaa828e66..5d0d0a02d501d64c3dfe189e2e8b057955af230f 100644 (file)
@@ -61,7 +61,7 @@ if ($from_trans['bank_curr_code'] != $to_trans['bank_curr_code'])
 display_heading($systypes_array[ST_BANKTRANSFER] . " #$trans_no");
 
 echo "<br>";
-start_table("$table_style width=80%");
+start_table(TABLESTYLE, "width=80%");
 
 start_row();
 label_cells(_("From Bank Account"), $from_trans['bank_account_name'], "class='tableheader2'");