minor layout improvements

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4018 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-09-27 07:32:50 +00:00
parent 3aa66dcef2
commit 7d21a3666e

View file

@ -56,7 +56,6 @@
tal:attributes="class python:part.cssClass[2]">
<br tal:condition="cell/img" />
<metal:text use-macro="item/macros/text" />
<br />
</div>
<tal:break condition="cell/img">
<br style="clear: both" />&nbsp;</tal:break>
@ -82,8 +81,11 @@
</metal:image>
<metal:block define-macro="text">
<span tal:content="structure cell/renderedText" />
<metal:block define-macro="text"
tal:define="text cell/renderedText"
tal:condition="text">
<span tal:content="structure text" />
<br />
</metal:block>