concepts listing: show predicate in description tooltip
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3898 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
43770d1b16
commit
3c2e595f96
1 changed files with 5 additions and 2 deletions
|
@ -106,12 +106,15 @@
|
|||
</tr>
|
||||
<tal:items repeat="related children">
|
||||
<tal:item define="class python: repeat['related'].odd() and 'even' or 'odd';
|
||||
description related/description">
|
||||
description related/description;
|
||||
predicate related/predicate/title|string:;
|
||||
info python: ' | '.join(
|
||||
t for t in (description, predicate) if t)">
|
||||
<tr tal:attributes="class class">
|
||||
<td valign="top">
|
||||
<a href="#"
|
||||
tal:attributes="href python: view.getUrlForTarget(related);
|
||||
title description">
|
||||
title info">
|
||||
<span tal:replace="related/title">Resource Title</span>
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue