Add Split fields and button.
authorMaxime Bourget <bmx007@gmail.com>
Fri, 7 Jun 2013 17:33:28 +0000 (18:33 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Fri, 7 Jun 2013 17:33:28 +0000 (18:33 +0100)
order_lines_view.php

index c96c3e63f807c59afd090d2e2410679caf5cb615..317ca2bee4c9e36800a3b978c671e2cae48f2ad8 100644 (file)
@@ -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);