X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwebdav%2F_list.html;h=3869e09f22bfc1feb3a68cb22be7d113ee79ee6c;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=5e86becb9862582eef8d9268e08eeaedeaaf5e31;hpb=6e15c0a98d4f7cb34f6e95b56923ebff659e4825;p=kivitendo-erp.git diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html index 5e86becb9..3869e09f2 100644 --- a/templates/webpages/webdav/_list.html +++ b/templates/webpages/webdav/_list.html @@ -1,25 +1,31 @@ +[% USE HTML %][% USE T8 %][%- USE LxERP -%] -[%- IF webdav %] - -
- - - Dokumente im Webdav-Repository - - - - - - - - - [%- FOREACH file = WEBDAV %] - - - - - [%- END %] -
DateinameWebdavlink
[% file.name %][% file.type %]
- - +[%- IF INSTANCE_CONF.get_webdav %] +
+
[%- 'Documents in the WebDAV repository' | $T8 %]
+ +[% IF WEBDAV && WEBDAV.size %] + + + + + + + + + +[%- FOREACH file = WEBDAV %] + + + + +[%- END %] + +
[% 'File name' | $T8 %][% 'WebDAV link' | $T8 %]
[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
+ +[% ELSE %] +

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

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