From: Janusz Dobrowolski Date: Mon, 24 Aug 2009 10:50:12 +0000 (+0000) Subject: Small layout fix n final page. X-Git-Tag: v2.4.2~19^2~1300 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a384f98a8e7fbc0d74e56a6f2836d9a0c7775c33;hp=7e8c90ee7e898a9181f62f387ccb92158f47f59c;p=fa-stable.git Small layout fix n final page. --- diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index ec3f619b..1630da5c 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -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 '
'; - 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");