Revision bd117c38
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/order/tabs/_multi_items_dialog.html | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<form method="post" id="multi_items_form" method="POST"> |
7 | 7 |
|
8 |
<table id='multi_items_filter_table'> |
|
9 |
<tr> |
|
10 |
<th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th> |
|
11 |
<td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %]</td> |
|
12 |
<th>[%- LxERP.t8("Partsgroup") %]</th> |
|
13 |
<td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %]</td> |
|
14 |
<tr> |
|
15 |
</table> |
|
8 |
<div class="select-item control-panel"> |
|
9 |
<table id='multi_items_filter_table' class="tbl-plain"> |
|
10 |
<tr> |
|
11 |
<th> |
|
12 |
<span class="label above">[% LxERP.t8("Description") %]/[% LxERP.t8("Partnumber") %]:</span><br> |
|
13 |
[% L.input_tag('multi_items.filter.all:substr:multi::ilike', '', class='wi-mediumsmall') %] |
|
14 |
</th> |
|
15 |
<th> |
|
16 |
<span class="label above">[% LxERP.t8("Partsgroup") %]:</span><br> |
|
17 |
[% L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1, class='wi-mediumsmall') %] |
|
18 |
</th> |
|
19 |
<tr> |
|
20 |
</table> |
|
21 |
</div> |
|
16 | 22 |
|
17 |
[% L.button_tag('kivi.Order.multi_items_dialog_update_result()', LxERP.t8('Filter')) %] |
|
18 |
[% L.button_tag('$("#multi_items_form").resetForm()', LxERP.t8('Reset')) %] |
|
23 |
<div class="buttons"> |
|
24 |
[% L.button_tag('kivi.Order.multi_items_dialog_update_result()', LxERP.t8('Filter'), class='neutral') %] |
|
25 |
[% L.button_tag('$("#multi_items_form").resetForm()', LxERP.t8('Reset'), class='neutral') %] |
|
26 |
</div> |
|
19 | 27 |
|
20 |
<hr> |
|
21 |
<div id='multi_items_result'></div> |
|
22 |
<hr> |
|
23 |
|
|
24 |
[% 'At position' | $T8 %] |
|
25 |
[% L.input_tag('multi_items.position', '', size = 5, class="numeric") %]</td> |
|
26 |
[% L.button_tag('kivi.Order.add_multi_items()', LxERP.t8('Continue'), id='multi_items_dialog_continue_button') %] |
|
27 |
<a href="#" onclick="kivi.Order.close_multi_items_dialog();">[%- LxERP.t8("Cancel") %]</a> |
|
28 |
<div id='multi_items_result' class="wrapper"></div> |
|
28 | 29 |
|
30 |
<div class="buttons"> |
|
31 |
[% 'At position' | $T8 %] |
|
32 |
[% L.input_tag('multi_items.position', '', size = 5, class="numeric") %] |
|
33 |
[% L.button_tag('kivi.Order.add_multi_items()', LxERP.t8('Continue'), id='multi_items_dialog_continue_button', class="button") %] |
|
34 |
<a href="#" onclick="kivi.Order.close_multi_items_dialog();" class="button neutral">[% LxERP.t8("Cancel") %]</a> |
|
35 |
</div> |
|
29 | 36 |
|
30 | 37 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/order/tabs/_multi_items_dialog.html