X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fform.html;h=926ff7988a6876bd475c7cd61a42cc5bc1dabb94;hb=9a34a2d20cd2783183580e95a6dc0402b5d84f36;hp=2c1a4dbb2b3744ae314e09980a557e520d2c6630;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/reconciliation/form.html b/templates/webpages/reconciliation/form.html index 2c1a4dbb2..926ff7988 100644 --- a/templates/webpages/reconciliation/form.html +++ b/templates/webpages/reconciliation/form.html @@ -24,17 +24,17 @@ html, body {
[% title %]
- [%- INCLUDE 'common/flash.html' %] -
+ @@ -77,16 +77,20 @@ html, body {
[% 'Bank account' | $T8 %] [% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, default=FORM.filter.local_bank_account_id_number, - title_sub=\label_sub, with_empty=0, + title_key='displayable_name', + with_empty=0, style='width:450px', onchange='filter_table();') %]
- [% L.submit_tag('submit_filter', LxERP.t8("Filter"), onclick='filter_table();return false;', style='display: none') %] - -
+
-
[% PROCESS "reconciliation/tabs/overview.html" %]
-
+
+ [%- IF ui_tab == 0 %] + [% PROCESS "reconciliation/tabs/overview.html" %] + [%- END %]
+
+ [%- IF ui_tab == 1 %] + [% PROCESS "reconciliation/tabs/automatic.html" %] + [%- END %]
@@ -95,29 +99,32 @@ html, body { -