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