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 490be50 commit 6860114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ New features:

Bug fixes:

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

- Adapt tests to the new indexing operations queueing.
Part of PLIP 1343: https://github.com/plone/Products.CMFPlone/issues/1343
[gforcada]
Expand Down
2 changes: 1 addition & 1 deletion plone/app/content/browser/contents/templates/rename.pt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<input class="form-control" name="newid_<%= index %>" value="<%= item.id %>" />
</div>
<% if(item.getIcon ){ %><img class="image-thumb" src="<%= item.getURL %>/@@images/image/thumb"><% } %>
<% if(item.getIcon ){ %><img class="thumb-thumb" src="<%= item.getURL %>/@@images/image/thumb"><% } %>
</div>
<% }) %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
</td>
<td tal:define="url python:item_use_view and item_url+'/view' or
(item_folderish and item_url+'/folder_contents'or item_url+'/');">
<img class="image-tile"
<img class="thumb-tile"
tal:define="getIcon string:$item_url/@@images/image/tile'"
tal:condition="item_has_image"
tal:attributes="src string:$getIcon">
Expand Down

0 comments on commit 6860114

Please sign in to comment.