X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_multi_items_dialog.html;h=dafe6baa3baa5bb97cfaae8c77da47fdd3b45162;hb=fdbb6888ea00ca5f6450015ea70bb3d5f89edfc9;hp=710c332f018f4760dcfdfcec0bb6187f9d43d0c8;hpb=46d3bb6e2f544e82ed36ce6fa08bf48f74a54cc9;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_multi_items_dialog.html b/templates/webpages/order/tabs/_multi_items_dialog.html index 710c332f0..dafe6baa3 100644 --- a/templates/webpages/order/tabs/_multi_items_dialog.html +++ b/templates/webpages/order/tabs/_multi_items_dialog.html @@ -6,20 +6,20 @@ [%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]: [%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %] - [%- LxERP.t8("Group") %] + [%- LxERP.t8("Partsgroup") %] [%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %] [% L.button_tag('update_result()', LxERP.t8('Filter')) %] -[% 'Reset' | $T8 %] +[% L.button_tag('$("#multi_items_form").resetForm()', LxERP.t8('Reset')) %]

-[% L.button_tag('add_multi_items()', LxERP.t8('Continue')) %] -[%- LxERP.t8("Cancel") %] +[% L.button_tag('add_multi_items()', LxERP.t8('Continue'), id='continue_button') %] +[%- LxERP.t8("Cancel") %]