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:
parent
3aa66dcef2
commit
7d21a3666e
1 changed files with 5 additions and 3 deletions
|
@ -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" /> </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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue