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:
helmutm 2007-12-16 10:51:29 +00:00
parent 95f2b55de1
commit 977e050282

View file

@ -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>