glossary: show descriptions on links as title attributes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2246 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
95f2b55de1
commit
977e050282
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
<div tal:repeat="related item/children">
|
||||
<a href="#"
|
||||
tal:content="related/title"
|
||||
tal:attributes="href python: view.getUrlForTarget(related)">
|
||||
tal:attributes="href python: view.getUrlForTarget(related);
|
||||
title related/description">
|
||||
Topic
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue