X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/part/_multi_items_dialog.html diff --git a/templates/webpages/part/_multi_items_dialog.html b/templates/webpages/part/_multi_items_dialog.html new file mode 100644 index 000000000..a8628289d --- /dev/null +++ b/templates/webpages/part/_multi_items_dialog.html @@ -0,0 +1,27 @@ +[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %] + +
+ + + + + + + + +
[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:[%- L.input_tag('multi_items_filter', search_term) %][%- LxERP.t8("Partsgroup") %][%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='partsgroup', value_key='id', with_empty=1) %]
+ +[% L.button_tag('', LxERP.t8('Filter'), id='multi_items_filter_button') %] +[% L.button_tag('', LxERP.t8('Reset'), id='multi_items_filter_reset') %] + +
+
+
+ +[%- IF FORM.show_pos_input -%] + [% 'At position' | $T8 %] + [% L.input_tag('multi_items.position', '', id='multi_items_position', size=5, class="numeric") %] +[%- END -%] +[% L.button_tag('', LxERP.t8('Continue'), id='continue_button') %] + +