X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fwebdav%2F_list.html;h=50e92d660497ef499084fd9d533d97ca0f447747;hb=f5b56d67c1ef6dc87d4dcd50ba31f9a2b0a20846;hp=3432fc6140433662b8603dba091633733fa3f9ce;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html index 3432fc614..50e92d660 100644 --- a/templates/webpages/webdav/_list.html +++ b/templates/webpages/webdav/_list.html @@ -1,22 +1,23 @@ +[% USE HTML %][% USE T8 %] -[%- IF webdav %] +[%- IF INSTANCE_CONF.get_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 %]