Small layout fix n final page.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 24 Aug 2009 10:50:12 +0000 (10:50 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 24 Aug 2009 10:50:12 +0000 (10:50 +0000)
purchasing/po_entry_items.php

index ec3f619b5bdfce68702d019e19b91b22ec049647..1630da5ca6a6a933544356c8a81ce00d9941d8c4 100644 (file)
@@ -48,10 +48,11 @@ if (isset($_GET['AddedID']))
                display_notification_centered(_("Purchase Order has been entered"));
        else
                display_notification_centered(_("Purchase Order has been updated") . " #$order_no");
-       display_note(get_trans_view_str($trans_type, $order_no, _("&View this order")));
-       echo '<br>';
-       display_note(print_document_link($order_no, _("&Print This Order"), true, $trans_type));
-       display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "", "", 1),0, 1);
+       display_note(get_trans_view_str($trans_type, $order_no, _("&View this order")), 0, 1);
+
+       display_note(print_document_link($order_no, _("&Print This Order"), true, $trans_type), 0, 1);
+
+       display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "", "", 1));
 
        hyperlink_params($path_to_root . "/purchasing/po_receive_items.php", _("&Receive Items on this Purchase Order"), "PONumber=$order_no");