X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_footer.html;h=78ad35a4167c0baf29493a4ef587658f8ea23073;hb=1c127236bd8d41997a8566651e9361623c308aa3;hp=cc7d34b443e42bfcb7ed84e894795a14c26c0b8f;hpb=af0023e07e144ca31d465b098c36c45971269438;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index cc7d34b44..78ad35a41 100644 --- a/templates/webpages/do/form_footer.html +++ b/templates/webpages/do/form_footer.html @@ -1,9 +1,5 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] - - - - +[% USE HTML %][% USE LxERP %] [%- IF delivered %] [%- SET RO = ' readonly' %] [%- END %] @@ -27,30 +23,14 @@

-
- - [%- IF conf_webdav %] -
[% 'Documents in the WebDAV repository' | $T8 %]
+ +[% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+ -

- - - - - - - [%- FOREACH file = WEBDAV %] - - - - - [%- END %] - -
[% 'File name' | $T8 %][% 'WebDAV link' | $T8 %]
[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
-

- -
- [%- END %] +

[% PRINT_OPTIONS %]

@@ -86,8 +66,8 @@

[% 'Workflow Delivery Order' | $T8 %]
- [% UNLESS delivered %] - + [% UNLESS delivered || (vc == 'customer' && !INSTANCE_CONF.get_sales_delivery_order_show_delete) || (vc == 'vendor' && !INSTANCE_CONF.get_purchase_delivery_order_show_delete) %] + [% END %]

@@ -114,5 +94,3 @@ } } - -