X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwebdav%2F_list.html;h=3869e09f22bfc1feb3a68cb22be7d113ee79ee6c;hb=58e28ca02c1fe93ff9db9024318d3529715bd8fb;hp=766c9b8175109a5116cda1349f8d6887ab1f9553;hpb=327e46b64fedf3d3b71dd83b7145c2562a929500;p=kivitendo-erp.git diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html index 766c9b817..3869e09f2 100644 --- a/templates/webpages/webdav/_list.html +++ b/templates/webpages/webdav/_list.html @@ -1,22 +1,31 @@ -[% USE HTML %][% USE T8 %] +[% USE HTML %][% USE T8 %][%- USE LxERP -%] [%- IF INSTANCE_CONF.get_webdav %]
-
[%- 'Documents in the WebDAV repository' | $T8 %]
+
[%- '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 %]