X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d04d57fdb3e955daa37cf650d887d2e06f06e90c..2370c9a551d71745ef24ec8cb788fd4515303b5b:/templates/webpages/file/list.html diff --git a/templates/webpages/file/list.html b/templates/webpages/file/list.html index dfb59f3a2..1bcf073a6 100644 --- a/templates/webpages/file/list.html +++ b/templates/webpages/file/list.html @@ -1,5 +1,7 @@ [%- USE LxERP -%][% USE L %] [% USE T8 %] +[% USE Base64 %] +[% USE HTML %] [%- IF ! json %]
[%- END %] @@ -36,7 +38,7 @@ [% LxERP.t8('Description') %] [%- ELSE %] - + [% LxERP.t8('ImagePreview') %] [%- END %] @@ -61,7 +63,19 @@ [% file.description %] [%- ELSE %] - + + [%- IF file.thumbnail %] +
+ [% file.file_name %] + +
+ [%- ELSE %] + - + [%- END %] + [%- END %] [%- END # FOREACH file %]