X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2647d6943850866ac437660e0a16ea965c01c22b..fbcd5580:/templates/webpages/reconciliation/form.html diff --git a/templates/webpages/reconciliation/form.html b/templates/webpages/reconciliation/form.html index d8c0844fe..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' %]
@@ -80,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 %]
@@ -121,6 +126,8 @@ function load_overview () { }); } +$.cookie('jquery_ui_tab_reconc_tabs', [% ui_tab %] ); + //-->