X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;h=67666ba655a289280be796f87f9ec858994e72be;hb=8bf82ed2a2002da54411047637ce03d79beae73a;hp=1d906e138020f462ed706e6b894fabed037c2397;hpb=0878ce8165e72571703d06999a9972be4c5adb92;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 1d906e138..67666ba65 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 %] @@ -22,14 +22,11 @@ - [% 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')) %]