X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a12a968761127af91e9da8db7579be2836bcaaa..2d0387d1624b5b7ed6b13b79b9d5a87ce9b6d12b:/templates/webpages/bank_transactions/search.html diff --git a/templates/webpages/bank_transactions/search.html b/templates/webpages/bank_transactions/search.html index adab511e3..65fdf7fd7 100644 --- a/templates/webpages/bank_transactions/search.html +++ b/templates/webpages/bank_transactions/search.html @@ -5,52 +5,18 @@ [%- INCLUDE 'common/flash.html' %] -
+
[% 'Search bank transactions' | $T8 %]
-

+ [%- IF INSTANCE_CONF.get_payments_changeable != '0' -%] + [% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %] + [%- ELSE -%] - - + @@ -63,11 +29,6 @@
[% 'Bank account' | $T8 %][% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_acount, title_sub=\label_sub, with_empty=0, style='width:450px') %][% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]
[% L.date_tag('filter.todate', filter.todate) %]
+ [%- END -%]

- -
- - [% L.hidden_tag('action', 'BankTransaction/list') %] - -

[% L.submit_tag('dummy', LxERP.t8('Continue')) %]