minor template improvements
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1723 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
15f1c76496
commit
d706d60f80
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
">
|
||||
|
||||
<head>
|
||||
<title>loops</title>
|
||||
<title>loops Concept Map Editor</title>
|
||||
<link rel="icon" type="image/png"
|
||||
tal:attributes="href context/++resource++favicon.png" />
|
||||
</head>
|
||||
|
|
|
@ -187,7 +187,8 @@
|
|||
+ ' menu-%i' % level">
|
||||
<a href="#" class=""
|
||||
tal:content="item/context/title"
|
||||
tal:attributes="href item/url">Menu Text</a>
|
||||
tal:attributes="href item/url;
|
||||
title item/description">Menu Text</a>
|
||||
</div>
|
||||
<tal:sub define="level python:level+1"
|
||||
condition="python: level < 4 or view.active(item)">
|
||||
|
|
Loading…
Add table
Reference in a new issue