X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fform.html;h=0d21c7697603986c95a57249a4c5bedfc7218e69;hb=b52b09d864eb75703562a5fdd8d2b09c66669927;hp=39847ac2600084470052b40e7fb09cdfcdcb28b5;hpb=15f58ff3dfd79651a95535b53f864ea0e8cb6620;p=kivitendo-erp.git 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 %] ); + //-->