X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fform.html;h=0d21c7697603986c95a57249a4c5bedfc7218e69;hb=b52b09d864eb75703562a5fdd8d2b09c66669927;hp=2c1a4dbb2b3744ae314e09980a557e520d2c6630;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/reconciliation/form.html b/templates/webpages/reconciliation/form.html index 2c1a4dbb2..0d21c7697 100644 --- a/templates/webpages/reconciliation/form.html +++ b/templates/webpages/reconciliation/form.html @@ -24,7 +24,6 @@ html, body {
[% title %]
- [%- INCLUDE 'common/flash.html' %]
@@ -34,7 +33,8 @@ html, body { [% 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();') %] @@ -79,14 +79,20 @@ html, body { [% 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 +101,33 @@ html, body {