X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/webdav/_list.html
diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html
index 3432fc614..2f84d5203 100644
--- a/templates/webpages/webdav/_list.html
+++ b/templates/webpages/webdav/_list.html
@@ -1,22 +1,22 @@
+[% USE HTML %][% USE T8 %]
-[%- IF webdav %]
+[%- IF INSTANCE_CONF.get_webdav %]
+
+
[%- 'Documents in the WebDAV repository' | $T8 %]
+
+
-
|
+ [% 'File name' | $T8 %] |
+ [% 'WebDAV link' | $T8 %] |
+
+[%- FOREACH file = WEBDAV %]
- | Dokumente im Webdav-Repository |
+ [% HTML.escape(file.name) %] |
+ [% HTML.escape(file.type) %] |
-
-
- | Dateiname |
- Webdavlink |
-
- [%- FOREACH file = WEBDAV %]
-
- | [% file.name %] |
- [% file.type %] |
-
- [%- END %]
-
-
-[% END %]
+[%- END %]
+
+
+
+[%- END %]