From 059a0630fbfecf833f78447376da76014c7647ff Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Fri, 7 Jun 2013 18:33:28 +0100 Subject: [PATCH] Add Split fields and button. --- order_lines_view.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/order_lines_view.php b/order_lines_view.php index c96c3e6..317ca2b 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -107,6 +107,18 @@ $table->width = "80%"; display_db_pager($table); +function display_split_area() { +start_table(TABLESTYLE_NOBORDER); +date_cells('Start', 'name', 'title'); +date_cells('End', 'name', 'title'); +qty_cells('Max', 'huu', 6); +submit_cells('Split', 'Split'); +end_table(); + +} +display_split_area(); + + br(1); submit_center_first('Update', _("Update"), '', 'default', false); submit_center_last('Cancel', _("Cancel"), '', 'cancel', false); -- 2.30.2