X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..c0ed7d2fa:/templates/webpages/webdav/_list.html diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html index 6b643f8ff..3869e09f2 100644 --- a/templates/webpages/webdav/_list.html +++ b/templates/webpages/webdav/_list.html @@ -1,22 +1,31 @@ -[% USE HTML %][% USE T8 %] -

[% 'Documents in the WebDAV repository' | $T8 %]

+[% USE HTML %][% USE T8 %][%- USE LxERP -%] [%- IF INSTANCE_CONF.get_webdav %]
+
[%- 'Documents in the WebDAV repository' | $T8 %]
- - - - - +[% IF WEBDAV && WEBDAV.size %] +
[% 'File name' | $T8 %][% 'WebDAV link' | $T8 %]
+ + + + + + + [%- FOREACH file = WEBDAV %] - - - - + + + + [%- END %] +
[% 'File name' | $T8 %][% 'WebDAV link' | $T8 %]
[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
+ +[% ELSE %] +

[% LxERP.t8("There are no documents in the WebDAV directory at the moment.") %]

+[% END %]
[%- END %]