X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fform.html;h=926ff7988a6876bd475c7cd61a42cc5bc1dabb94;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=39847ac2600084470052b40e7fb09cdfcdcb28b5;hpb=15f58ff3dfd79651a95535b53f864ea0e8cb6620;p=kivitendo-erp.git diff --git a/templates/webpages/reconciliation/form.html b/templates/webpages/reconciliation/form.html index 39847ac26..926ff7988 100644 --- a/templates/webpages/reconciliation/form.html +++ b/templates/webpages/reconciliation/form.html @@ -24,10 +24,9 @@ html, body {
[% title %]
- [%- INCLUDE 'common/flash.html' %] -
+ @@ -78,16 +77,20 @@ html, body {
[% 'Bank account' | $T8 %]
- [% 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 +107,6 @@ function load_proposals () { success: function(new_data) { $('#overview').html(''); $('#automatic').html(new_data['html']); - $('#set_cleared').html(''); } }); } @@ -118,11 +120,11 @@ 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 %] ); + //--> -