Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / manage / bank_accounts.php
index 5ec75616d7df1d181e5c751def602f260454b5af..fa441ef09435628b56a9e24924f7540971b92e33 100644 (file)
@@ -97,7 +97,7 @@ if ($Mode == 'RESET')
 $result = get_bank_accounts(check_value('show_inactive'));
 
 start_form();
-start_table("$table_style width='80%'");
+start_table(TABLESTYLE, "width='80%'");
 
 $th = array(_("Account Name"), _("Type"), _("Currency"), _("GL Account"), 
        _("Bank"), _("Number"), _("Bank Address"), _("Dflt"), '','');
@@ -133,7 +133,7 @@ end_table(1);
 
 $is_editing = $selected_id != -1; 
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($is_editing) 
 {