X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53d15b75d74b5db63bd41be18be774ecd26d9451..13fb6d811d39a8af7144451ada59f2f7d4eb491a:/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..9938bf6e7 --- /dev/null +++ b/templates/webpages/part/_multi_items_dialog.html @@ -0,0 +1,91 @@ +[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %] + +
+ +[% L.hidden_tag('part.part_type', FORM.part.part_type) %] + + + + + + + + +
[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', partfilter) %][%- LxERP.t8("Group") %][%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='partsgroup', value_key='id', with_empty=1) %]
+ +[% L.button_tag('update_result()', LxERP.t8('Filter')) %] +[% 'Reset' | $T8 %] + +
+
+
+ +[% L.button_tag('add_multi_items()', LxERP.t8('Continue'), id='continue_button') %] +[%- LxERP.t8("Cancel") %] + + + +