X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a87694dc525b4eabff11029f1e5401621e2bd3bc..ed11f8c7cbf055eee2a32328b09189fcf6f29b53:/templates/webpages/reconciliation/form.html diff --git a/templates/webpages/reconciliation/form.html b/templates/webpages/reconciliation/form.html index 39847ac26..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 %]
@@ -104,7 +109,6 @@ function load_proposals () { success: function(new_data) { $('#overview').html(''); $('#automatic').html(new_data['html']); - $('#set_cleared').html(''); } }); } @@ -118,11 +122,12 @@ function load_overview () { success: function(new_data) { $('#overview').html(new_data['html']); $('#automatic').html(''); - $('#set_cleared').html(''); } }); } +$.cookie('jquery_ui_tab_reconc_tabs', [% ui_tab %] ); + //-->