add CSS class for description in Lobo header part
This commit is contained in:
parent
b1a408bb9c
commit
d46f936e5e
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@
|
||||||
<img tal:attributes="src string:$resourceBase/cybertools.icons/table.png" />
|
<img tal:attributes="src string:$resourceBase/cybertools.icons/table.png" />
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<div tal:condition="cell/description">
|
<div class="head-description"
|
||||||
|
tal:condition="cell/description">
|
||||||
<i tal:content="structure cell/renderedDescription" />
|
<i tal:content="structure cell/renderedDescription" />
|
||||||
</div>
|
</div>
|
||||||
</metal:block>
|
</metal:block>
|
||||||
|
|
Loading…
Add table
Reference in a new issue