X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0bb4cd20cd1b1de4c2b73f95119d116b9427807a..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/webdav/_list.html 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 %] -
| Dateiname | -Webdavlink | -
| [% file.name %] | -[% file.type %] | -
| [% 'File name' | $T8 %] | +[% 'WebDAV link' | $T8 %] | +
|---|---|
| [% HTML.escape(file.name) %] | +[% HTML.escape(file.type) %] | +
[% LxERP.t8("There are no documents in the WebDAV directory at the moment.") %]
[% END %] +