From 24b27709e88a12721ffa15705462320dd9262483 Mon Sep 17 00:00:00 2001 From: Franz Gerhard Reinisch Date: Fri, 16 Jun 2017 16:04:28 +0200 Subject: [PATCH] fixing https://github.com/plone/Products.CMFPlone/issues/2077 --- plone/app/contenttypes/browser/templates/listing.pt | 2 +- plone/app/contenttypes/browser/templates/listing_summary.pt | 2 +- plone/app/contenttypes/browser/templates/listing_tabular.pt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@