X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;h=481ce178af14633250463aa56d3ad824c0776f30;hb=3af1ae3c0e590feebb2f4c0f1fc0a5bd6dfbd4a2;hp=fbddc5b6224fe24b657c03239cfa45176e20c99f;hpb=b7e394f250c6bfb1d8ec126d25e6fd5b40241ff0;p=kivitendo-erp.git diff --git a/templates/webpages/mass_invoice_create_print_from_do/_filter.html b/templates/webpages/mass_invoice_create_print_from_do/_filter.html index fbddc5b62..481ce178a 100644 --- a/templates/webpages/mass_invoice_create_print_from_do/_filter.html +++ b/templates/webpages/mass_invoice_create_print_from_do/_filter.html @@ -1,6 +1,6 @@ [%- USE L %][%- USE LxERP %][%- USE HTML %]
-
+
[% LxERP.t8('Show Filter') %] [% SELF.filter_summary %] @@ -13,33 +13,20 @@ [% LxERP.t8('Customer') %] [% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %] - [% LxERP.t8('Delivery Date') %] [% LxERP.t8('From Date') %] + [% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %] [% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %] - [% LxERP.t8('Delivery Date') %] [% LxERP.t8('To Date') %] + [% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %] [% L.date_tag('filter.transdate:date::le', filter.transdate_date__le) %] - - - - + - [% L.hidden_tag('action', 'MassInvoiceCreatePrint/dispatch') %] + [% L.hidden_tag('action', 'MassInvoiceCreatePrint/' _ LIST_ACTION, id='filter_action') %] [% L.hidden_tag('sort_by', FORM.sort_by) %] [% L.hidden_tag('sort_dir', FORM.sort_dir) %] [% L.hidden_tag('page', FORM.page) %] - [% L.submit_tag(LIST_ACTION, LxERP.t8('Continue'))%] - - [% LxERP.t8('Reset') %] - + [% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset')) %]