Commit 54c842c9 authored by Romain Courteaud's avatar Romain Courteaud

Fix the icon URL

parent d339027a
......@@ -40,7 +40,7 @@
tal:define="document_url here/absolute_url;\n
thumbnail_url here/Base_getThumbnailAbsoluteUrl;\n
display string:thumbnail;\n
icon here/getIcon;\n
icon here/getIconURL;\n
title here/getTitle;\n
modification_date python: here.Base_FormatDate(here.getModificationDate(),hour_minute=1);\n
format python: here.getObject().portal_preferences.getPreference(\'preferred_image_format\', \'png\');\n
......
1058
\ No newline at end of file
1059
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment