projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1db75c
)
Add Split fields and button.
author
Maxime Bourget
<bmx007@gmail.com>
Fri, 7 Jun 2013 17:33:28 +0000
(18:33 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Fri, 7 Jun 2013 17:33:28 +0000
(18:33 +0100)
order_lines_view.php
patch
|
blob
|
history
diff --git
a/order_lines_view.php
b/order_lines_view.php
index c96c3e63f807c59afd090d2e2410679caf5cb615..317ca2bee4c9e36800a3b978c671e2cae48f2ad8 100644
(file)
--- 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);