Skip to content

Commit

Permalink
Use search_icon.png instead of search_icon.gif in version_image_view.pt.
Browse files Browse the repository at this point in the history
The page crashed because search_icon.gif couldn't be found.
  • Loading branch information
vincentfretin committed Nov 15, 2013
1 parent 5bc4ddf commit b80ae89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,10 @@ Changelog
2.2.9 (unreleased)
------------------

- Use search_icon.png instead of search_icon.gif in version_image_view.pt.
The page crashed because search_icon.gif couldn't be found.
[vincentfretin]

- Do not depend on the ``jq`` variable in the history view.
[maurits]

Expand Down
Expand Up @@ -17,7 +17,7 @@
<tal:block condition="size" replace="structure python: here.version_image_tag(here_url, version_id)" />
<br />
<span class="visualNoPrint">
<img src="" alt="" tal:replace="structure here/search_icon.gif" />
<img src="" alt="" tal:replace="structure here/search_icon.png" />
<span i18n:translate="label_click_to_view_full_image">Click to view full-size image&hellip;</span>
</span>
</a>
Expand Down

1 comment on commit b80ae89

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=778566c5c40c4d6e939063de656c8659
kgs-Products.CMFEditions-plone-4.2-python-2.6 kgs [FAILURE]
kgs-Products.CMFEditions-plone-4.2-python-2.7 kgs [FAILURE]
kgs-Products.CMFEditions-plone-4.3-python-2.6 kgs [FAILURE]
kgs-Products.CMFEditions-plone-4.3-python-2.7 kgs [FAILURE]
kgs-Products.CMFEditions-plone-5.0-python-2.7 kgs [FAILURE]

Please sign in to comment.