Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrcon committed Jun 17, 2017
1 parent 51d9386 commit 80274e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ New features:

Bug fixes:

- fixed css-classes for thumb scales ...
https://github.com/plone/Products.CMFPlone/issues/2077
[fgrcon]

- Deprecating getIcon() in @@plone_layout
see https://github.com/plone/Products.CMFPlone/issues/1734
[fgrcon]
Expand Down
2 changes: 1 addition & 1 deletion plone/app/layout/viewlets/document_relateditems.pt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
item_has_image python:item.getIcon"
tal:attributes="title item_type">
<a tal:attributes="href item_url">
<img class="image-icon"
<img class="thumb-icon"
tal:define="getIcon python:item.getURL() +'/@@images/image/icon'"
tal:condition="item_has_image"
tal:attributes="src string:$getIcon">
Expand Down

0 comments on commit 80274e7

Please sign in to comment.