X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d04d57fdb3e955daa37cf650d887d2e06f06e90c..86dcebf00db1421fc5208a1ab407293a18a03e0e:/templates/webpages/file/list.html diff --git a/templates/webpages/file/list.html b/templates/webpages/file/list.html index dfb59f3a2..cf5666572 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,15 @@ [% file.description %] [%- ELSE %] - + + [%- IF file.thumbnail %] + + [% file.file_name %] + + [%- ELSE %] + - + [%- END %] + [%- END %] [%- END # FOREACH file %]