X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Forder%2Ftabs%2F_multi_items_dialog.html;h=77cc1e529711276108611031ccd0da0478ea8a94;hb=598383b3b6b63428fcabc5fb6e5595ec59de28e3;hp=fcfee002e0d84b419659d8158df80a4b044022da;hpb=0935b012a57196f883b59ec97bb7fe0882210c5a;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 fcfee002e..77cc1e529 100644 --- a/templates/webpages/order/tabs/_multi_items_dialog.html +++ b/templates/webpages/order/tabs/_multi_items_dialog.html @@ -6,82 +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'), id='continue_button') %] +[% '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") %] -