X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fsearch.html;h=7ed1986fcf707cab9d40b01309c68c42481c546b;hb=08e48f66590f580cbe2c8e3df76883d88b4c0fef;hp=b87ed4ac266b26c43f04eb00fb2a2daa9e48af50;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/reconciliation/search.html b/templates/webpages/reconciliation/search.html index b87ed4ac2..7ed1986fc 100644 --- a/templates/webpages/reconciliation/search.html +++ b/templates/webpages/reconciliation/search.html @@ -3,7 +3,7 @@ [%- USE L %] [%- USE LxERP %] -
+
[% 'Choose bank account for reconciliation' | $T8 %]
@@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -35,10 +35,4 @@
[% 'Bank account' | $T8 %][% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, default=bank_account, title_sub=\label_sub, with_empty=0, style='width:450px') %][% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %]
[% 'Cleared/uncleared only' | $T8 %][% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title') %][% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %]

- -
- -[% L.hidden_tag('action', FORM.next_sub) %] - -

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