minor layout improvements
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4019 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7d21a3666e
commit
5c9cbd1713
1 changed files with 4 additions and 5 deletions
|
@ -52,13 +52,12 @@
|
||||||
<div tal:attributes="class python:part.cssClass[1]">
|
<div tal:attributes="class python:part.cssClass[1]">
|
||||||
<span tal:content="cell/textDescription" />
|
<span tal:content="cell/textDescription" />
|
||||||
</div>
|
</div>
|
||||||
<div tal:condition="cell/renderedText"
|
|
||||||
tal:attributes="class python:part.cssClass[2]">
|
|
||||||
<br tal:condition="cell/img" />
|
|
||||||
<metal:text use-macro="item/macros/text" />
|
|
||||||
</div>
|
|
||||||
<tal:break condition="cell/img">
|
<tal:break condition="cell/img">
|
||||||
<br style="clear: both" /> </tal:break>
|
<br style="clear: both" /> </tal:break>
|
||||||
|
<div tal:condition="cell/renderedText"
|
||||||
|
tal:attributes="class python:part.cssClass[2]">
|
||||||
|
<metal:text use-macro="item/macros/text" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</metal:block>
|
</metal:block>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue