X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6b935d522a38e1a20802c25ed51a15e0cd292c1d..6061749dc0ece2873ef61a0c14af1b8a9e46034a:/templates/webpages/oe/form_footer.html
diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html
index b0ba7fe67..bfad52d2d 100644
--- a/templates/webpages/oe/form_footer.html
+++ b/templates/webpages/oe/form_footer.html
@@ -53,22 +53,27 @@
| [% 'Ertrag' | $T8 %] |
- [% LxERP.format_amount(marge_total, 2) %] |
+
+ [% LxERP.format_amount(marge_total, 2) %]
+
+ |
| [% 'Ertrag prozentual' | $T8 %] |
- [% LxERP.format_amount(marge_percent, 2) %] |
+
+ [% LxERP.format_amount(marge_percent, 2) %]
+
+ |
% |
-
-
-
[%- END %]
+
[%- IF taxaccounts %]
- [% 'Tax Included' | $T8 %]
+
+ [% 'Tax Included' | $T8 %]
[%- END %]
[%- IF NOT taxincluded %]
@@ -80,7 +85,10 @@
[% tax %]
| [% 'Total' | $T8 %] |
- [% LxERP.format_amount(invtotal, 2) %] |
+ [% LxERP.format_amount(invtotal, 2) %]
+
+
+ |
|
@@ -88,43 +96,18 @@
-
-
-
-
|
-
+
-[%- IF webdav %]
-
- | Dokumente im Webdav-Repository |
-
-
-
-
-
- | Dateiname |
- Webdavlink |
-
- [%- FOREACH file = WEBDAV %]
-
- | [% HTML.escape(file.name) %] |
- [% HTML.escape(file.type) %] |
-
- [%- END %]
-
- |
-
-
-
|
-
-[%- END %]
+
+[%- PROCESS 'webdav/_list.html' %]
+
+ [%- LxERP.t8("Loading...") %]
+
+
-
- |
- [% print_options %]
- |
-
-
+
+
+[% PRINT_OPTIONS %]
[% label_edit %]
@@ -140,7 +123,10 @@
[% label_workflow %]
-
+
+ [%- UNLESS (is_sales_ord && !INSTANCE_CONF.get_sales_order_show_delete) || (is_pur_ord && !INSTANCE_CONF.get_purchase_order_show_delete) %]
+
+ [%- END %]
[%- IF is_sales_quo %]
@@ -172,7 +158,7 @@
-
+
[% IF vc == 'customer' %]
[% ELSE %]
@@ -180,6 +166,3 @@
[% END %]
-
-