]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/part/_multi_items_dialog.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / part / _multi_items_dialog.html
1 [% USE T8 %]
2 [% USE HTML %]
3 [% USE L %]
4 [% USE LxERP %]
5
6 <form method="post" id="multi_items_form" method="POST">
7
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>
20
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>
25
26
27 <div id="multi_items_result"></div>
28
29 [%- IF FORM.show_pos_input -%]
30   [% 'At position' | $T8 %]
31   [% L.input_tag('multi_items.position', '', id='multi_items_position', size=5, class="numeric") %]
32 [%- END -%]
33 <div class="buttons">
34   [% L.button_tag('', LxERP.t8('Continue'), id='continue_button') %]
35 </div>
36
37 </form>