add CSS class for description in Lobo header part

This commit is contained in:
Helmut Merz 2012-03-31 11:16:30 +02:00
parent b1a408bb9c
commit d46f936e5e

View file

@ -152,7 +152,8 @@
<img tal:attributes="src string:$resourceBase/cybertools.icons/table.png" />
</a>
</h1>
<div tal:condition="cell/description">
<div class="head-description"
tal:condition="cell/description">
<i tal:content="structure cell/renderedDescription" />
&nbsp;</div>
</metal:block>