X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwebdav%2F_list.html;h=2e1d1e44e700ee8572adcfd2aa436df70f6d297e;hb=6061749dc0ece2873ef61a0c14af1b8a9e46034a;hp=3432fc6140433662b8603dba091633733fa3f9ce;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html index 3432fc614..2e1d1e44e 100644 --- a/templates/webpages/webdav/_list.html +++ b/templates/webpages/webdav/_list.html @@ -1,22 +1,23 @@ +[% USE HTML %][% USE T8 %] -[%- IF webdav %] +[%- IF conf_webdav %] +
+ +
[% 'Documents in the WebDAV repository' | $T8 %]
+ + - + + + +[%- FOREACH file = WEBDAV %] - + + -

[% 'File name' | $T8 %][% 'WebDAV link' | $T8 %]
Dokumente im Webdav-Repository[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
- - - - - [%- FOREACH file = WEBDAV %] - - - - - [%- END %] -
DateinameWebdavlink
[% file.name %][% file.type %]
- -[% END %] +[%- END %] + +
+ +[%- END %]