X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_bank.php;h=b965f1d50aefa0a8e05945d262111153d712bf53;hb=fd11a3b500e79a3e98f7a3860f872cd31ce33113;hp=b73f1c0ec14717eae6b106ec0e355dac7385a687;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/gl/gl_bank.php b/gl/gl_bank.php index b73f1c0e..b965f1d5 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -25,7 +25,7 @@ include_once($path_to_root . "/gl/includes/gl_ui.inc"); include_once($path_to_root . "/admin/db/attachments_db.inc"); $js = ''; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(800, 500); if (user_use_date_picker()) $js .= get_js_date_picker(); @@ -404,7 +404,7 @@ start_form(); display_bank_header($_SESSION['pay_items']); -start_table(TABLESTYLE2, "width=90%", 10); +start_table(TABLESTYLE2, "width='90%'", 10); start_row(); echo ""; display_gl_items($_SESSION['pay_items']->trans_type==ST_BANKPAYMENT ? @@ -424,4 +424,3 @@ end_form(); end_page(); -?>