diff --git a/CHANGES.rst b/CHANGES.rst index 9d318c431..a40a44f60 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,6 +35,10 @@ New features: Bug fixes: +- fixed css-classes for thumb scales ... + https://github.com/plone/Products.CMFPlone/issues/2077 + [fgrcon] + - Fix test for checking if TinyMCE is loaded which broke after https://github.com/plone/Products.CMFPlone/pull/2059 [thet] diff --git a/plone/app/contenttypes/browser/templates/listing.pt b/plone/app/contenttypes/browser/templates/listing.pt index 04529764c..1933a24c1 100644 --- a/plone/app/contenttypes/browser/templates/listing.pt +++ b/plone/app/contenttypes/browser/templates/listing.pt @@ -23,7 +23,7 @@ thumb_scale_list view/get_thumb_scale_list; thumb_scale_table view/get_thumb_scale_table; thumb_scale_summary view/get_thumb_scale_summary; - img_class python:'image-%s pull-right' % thumb_scale_list; + img_class python:'thumb-%s pull-right' % thumb_scale_list; showicons view/show_icons">
- +
diff --git a/plone/app/contenttypes/browser/templates/listing_tabular.pt b/plone/app/contenttypes/browser/templates/listing_tabular.pt index 08efd0545..9758f11d5 100644 --- a/plone/app/contenttypes/browser/templates/listing_tabular.pt +++ b/plone/app/contenttypes/browser/templates/listing_tabular.pt @@ -26,7 +26,7 @@