From d368a2059f6cb781bb99a7949559a56d48158731 Mon Sep 17 00:00:00 2001 From: Franz Gerhard Reinisch Date: Fri, 16 Jun 2017 20:25:27 +0200 Subject: [PATCH] fixing https://github.com/plone/Products.CMFPlone/issues/2077 --- CHANGES.rst | 5 +++++ plone/portlet/collection/collection.pt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6fe1432..343f822 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,11 @@ New features: Bug fixes: + +- fixed css-classes for thumb scales ... + https://github.com/plone/Products.CMFPlone/issues/2077 + [fgrcon] + - Remove unittest2 dependency [kakshay21] diff --git a/plone/portlet/collection/collection.pt b/plone/portlet/collection/collection.pt index dde1bf5..1d74e3d 100644 --- a/plone/portlet/collection/collection.pt +++ b/plone/portlet/collection/collection.pt @@ -40,7 +40,7 @@ src python:view.getMimeTypeIcon(obj);"> + tal:replace="structure python:image_scale.tag(obj, 'image', scale=thumb_scale, css_class='pull-right thumb-'+thumb_scale)" /> Title