X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;h=a1fb09ff2c4d3b850041dc5a1676f2fefc288e2d;hb=6cbea1ade0d5507f4213644275dff658864db99a;hp=1d4f1fc1788ac6b6416e42b2ef72a2f40cb31b8c;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 1d4f1fc1..a1fb09ff 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -317,7 +317,7 @@ function exchange_rate_display($from_currency, $to_currency, $date_, $edit_rate= if ($edit_rate) text_row(_("Exchange Rate:"), '_ex_rate', $rate, 8, 8, null, "", " $from_currency = 1 $to_currency"); else - label_row(_("Exchange Rate:"),"$rate $from_currency = 1 $to_currency" ); + label_row(_("Exchange Rate:"),"$rate $from_currency = 1 $to_currency" ); $Ajax->addUpdate('_ex_rate','_ex_rate', $rate); } } @@ -650,16 +650,12 @@ function display_quick_entries(&$cart, $id, $base, $type, $descr='') function get_js_open_window($width, $height) { - $js = "\n\n"; + . "}\n"; return $js; } @@ -683,8 +679,7 @@ function default_focus($name, $form_no=0) { function get_js_png_fix() { - $js = "\n"; + . "}\n"; return $js; }