X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_multi_items_dialog.html;h=77cc1e529711276108611031ccd0da0478ea8a94;hb=f70c8fa479417e7c20108a23c18c0c6e5e683c6a;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..77cc1e529 100644 --- a/templates/webpages/order/tabs/_multi_items_dialog.html +++ b/templates/webpages/order/tabs/_multi_items_dialog.html @@ -6,58 +6,22 @@ [%- 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('kivi.Order.multi_items_dialog_update_result()', LxERP.t8('Filter')) %] +[% L.button_tag('$("#multi_items_form").resetForm()', LxERP.t8('Reset')) %]

-[% L.button_tag('add_multi_items()', LxERP.t8('Continue')) %] -[%- LxERP.t8("Cancel") %] +[% 'At position' | $T8 %] +[% L.input_tag('multi_items.position', '', size = 5, class="numeric") %] +[% L.button_tag('kivi.Order.add_multi_items()', LxERP.t8('Continue'), id='multi_items_dialog_continue_button') %] +[%- LxERP.t8("Cancel") %] -