New files from unstable branch
[fa-stable.git] / gl / includes / ui / gl_bank_ui.inc
index 2fe97b86d22be34f6bac87eb30ace80644847516..6454edbda9bb9cfa4fe631ed07cb0b2044239ab3 100644 (file)
 ***********************************************************************/
 function display_bank_header(&$order)
 {
-       global $table_style2, $Ajax, $Refs;
+       global $Ajax, $Refs;
        $payment = $order->trans_type == ST_BANKPAYMENT;
 
        div_start('pmt_header');
 
-       start_outer_table("width=90% $table_style2"); // outer table
+       start_outer_table(TABLESTYLE2, "width=90%"); // outer table
 
        table_section(1);
        
@@ -98,10 +98,7 @@ function display_bank_header(&$order)
 
        table_section(3, "33%");
 
-       if (isset($_GET['NewPayment']))
-       ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_BANKPAYMENT));
-    else
-       ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_BANKDEPOSIT));
+       ref_row(_("Reference:"), 'ref', '');
 
        end_outer_table(1); // outer table
 
@@ -111,14 +108,14 @@ function display_bank_header(&$order)
 
 function display_gl_items($title, &$order)
 {
-       global $table_style, $path_to_root;
+       global $path_to_root;
 
        $dim = get_company_pref('use_dimension');
        $colspan = ($dim == 2 ? 4 : ($dim == 1 ? 3 : 2));
        display_heading($title);
 
     div_start('items_table');
-       start_table("$table_style colspan=7 width=95%");
+       start_table(TABLESTYLE, "colspan=7 width=95%");
 
        if ($dim == 2)
                $th = array(_("Account Code"), _("Account Description"), _("Dimension")." 1",