Skip to content

Commit

Permalink
On persons listed on the directory view, display held_positions when …
Browse files Browse the repository at this point in the history
…hovering person title (tooltip). (#53)
  • Loading branch information
gbastien committed Aug 17, 2018
1 parent cbcf32b commit 3187c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Expand Up @@ -4,8 +4,9 @@ Changelog
1.21 (unreleased)
-----------------

- Nothing changed yet.

- On persons listed on the directory view, display held_positions when hovering
person title (tooltip).
[gbastien]

1.20 (2018-07-20)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion src/collective/contact/core/browser/templates/directory.pt
Expand Up @@ -32,7 +32,7 @@
<h2><tal:block i18n:translate="">Persons</tal:block>:</h2>
<ul>
<tal:block tal:repeat="person view/persons">
<li><a tal:attributes="href person/getURL">
<li><a class="link-tooltip" tal:attributes="href person/getURL">
<img tal:attributes="src person/getIconURL" />
<span tal:replace="person/Title"
i18n:translate="" />
Expand Down

0 comments on commit 3187c21

Please sign in to comment.