From: Maxime Bourget Date: Sun, 5 May 2013 17:13:20 +0000 (+0100) Subject: Add Update and Cancel button. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a13270c348c41972ac58d852d4dfded3aa8ef441;p=order_line_extra.git Add Update and Cancel button. --- diff --git a/order_lines_view.php b/order_lines_view.php index bf3f88e..4129e15 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -75,7 +75,10 @@ $table =& new_db_pager('orders_tbl', $sql, $cols); $table->width = "80%"; display_db_pager($table); -submit_center('Update', _("Update"), true, '', null); + +br(1); +submit_center_first('Update', _("Update"), true, '', 'default', true); +submit_center_last('Cancel', _("Cancel"), true, '', 'cancel', true); end_form(); end_page();