X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fbank_transactions%2F_filter.html;h=662554f2a60f52056c0d716a0aeda890171a8f6a;hb=577042c61c5e1fffb8747079b4f9826e51532ee8;hp=a72ff3399b088ad0d55bb306031931ecfc36374c;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/_filter.html b/templates/webpages/bank_transactions/_filter.html index a72ff3399..662554f2a 100644 --- a/templates/webpages/bank_transactions/_filter.html +++ b/templates/webpages/bank_transactions/_filter.html @@ -2,7 +2,7 @@ [%- USE L %] [%- USE LxERP %] [%- USE HTML %] -
+
[% 'Show Filter' | $T8 %] [% SELF.filter_summary | html %] @@ -12,7 +12,7 @@ - + @@ -61,15 +61,11 @@
[% 'Bank account' | $T8 %][% L.select_tag('filter.local_bank_account_id', BANK_ACCOUNTS, default=filter.local_bank_account_id, title_sub=\label_sub, with_empty=1, style='width:250px') %][% L.select_tag('filter.local_bank_account_id', BANK_ACCOUNTS, default=filter.local_bank_account_id, title_key='displayable_name', with_empty=1, style='width:500px') %]
-[% L.hidden_tag('action', 'BankTransaction/dispatch') %] [% L.hidden_tag('sort_by', FORM.sort_by) %] [% L.hidden_tag('sort_dir', FORM.sort_dir) %] [% L.hidden_tag('page', FORM.page) %] -[% L.input_tag('action_list_all', LxERP.t8('Continue'), type = 'submit', class='submit')%] - - -[% 'Reset' | $T8 %] +[% L.button_tag('$("#filter_form").resetForm()', LxERP.t8('Reset')) %]