Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing https://github.com/plone/Products.CMFPlone/issues/2077 #125

Merged
merged 1 commit into from
Jun 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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