! -> Note
$ -> Affected files
+07-Nov-2009 Joe Hunt
+! More improvements on layout display.
+$ /purchases/includes/ui/po_ui.inc
+ /inventory/includes/item_adjustments_ui.inc
+
06-Nov-2009 Joe Hunt
! Improved layout in the new tax info display. Also old ones.
$ /sales/credit_invoice.php
if ($id == -1)
adjustment_edit_item_controls($order);
- label_row(_("Total"), number_format2($total,user_price_dec()), "colspan=5", "align=right");
+ label_row(_("Total"), number_format2($total,user_price_dec()), "align=right colspan=5", "align=right", 2);
end_table();
div_end();
po_item_controls($order);
$display_total = price_format($total);
- label_row(_("Total Excluding Shipping/Tax"), $display_total, "colspan=6 align=right",
- "nowrap align=right");
+ label_row(_("Total Excluding Shipping/Tax"), $display_total, "colspan=7 align=right",
+ "nowrap align=right", 2);
end_table(1);
div_end();