! -> Note
$ -> Affected files
+07-May-2009 Joe Hunt
+# Layout bug in exchange rate display
+$ /includes/ui/ui_view.inc
+
05-May-2009 Janusz Dobrowolski
# Fixed check if code for new sales kit is not used.
$ /inventory/manage/sales_kits.php
if ($edit_rate)
text_row(_("Exchange Rate:"), '_ex_rate', $rate, 8, 8, null, "", " $from_currency = 1 $to_currency");
else
- label_row(_("Exchange Rate:"),"<span id='_ex_rate'>$rate</span> $from_currency = 1 $to_currency" );
+ label_row(_("Exchange Rate:"),"<span style='vertical-align:top;' id='_ex_rate'>$rate</span> $from_currency = 1 $to_currency" );
$Ajax->addUpdate('_ex_rate','_ex_rate', $rate);
}
}