Revision b067a96d
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/part/_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', search_term) %]</td> |
|
12 |
<th>[%- LxERP.t8("Partsgroup") %]</th> |
|
13 |
<td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='partsgroup', 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>[% LxERP.t8("Description") %]/[% LxERP.t8("Partnumber") %]</th> |
|
12 |
<td>[% L.input_tag('multi_items_filter', search_term) %]</td> |
|
13 |
</tr> |
|
14 |
<tr> |
|
15 |
<th>[% LxERP.t8("Partsgroup") %]</th> |
|
16 |
<td>[% L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='partsgroup', value_key='id', with_empty=1, class='wi-normal') %]</td> |
|
17 |
<tr> |
|
18 |
</table> |
|
19 |
</div> |
|
16 | 20 |
|
17 |
[% L.button_tag('', LxERP.t8('Filter'), id='multi_items_filter_button') %] |
|
18 |
[% L.button_tag('', LxERP.t8('Reset'), id='multi_items_filter_reset') %] |
|
21 |
<div class="buttons"> |
|
22 |
[% L.button_tag('', LxERP.t8('Filter'), id='multi_items_filter_button') %] |
|
23 |
[% L.button_tag('', LxERP.t8('Reset'), id='multi_items_filter_reset') %] |
|
24 |
</div> |
|
19 | 25 |
|
20 |
<hr> |
|
21 |
<div id='multi_items_result'></div> |
|
22 |
<hr> |
|
23 | 26 |
|
24 |
[% L.button_tag('', LxERP.t8('Continue'), id='continue_button') %] |
|
27 |
<div id="multi_items_result"></div> |
|
28 |
|
|
29 |
<div class="buttons"> |
|
30 |
[% L.button_tag('', LxERP.t8('Continue'), id='continue_button') %] |
|
31 |
</div> |
|
25 | 32 |
|
26 | 33 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/part/_multi_items_dialog.html