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