add a <div> to help ftetart

This commit is contained in:
Frédéric Péters 2011-11-27 15:53:04 +01:00
parent 17b8bcae5e
commit 84a677ea92
3 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,7 @@
<a tal:attributes="href string:../list?year=${context/start/year}&month=${context/start/month}">Liste</a>
</div>
<div class="detail-agenda">
<h2><span tal:replace="context/longdatetime"/> : <span tal:replace="context/title"/></h2>
<p tal:condition="context/description" tal:content="context/description">
@ -32,11 +33,11 @@
</p>
<div class="order-of-the-day" tal:condition="python: context.order_of_the_day and context.order_of_the_day.output">
<h2>Ordre du jour</h2>
<div tal:content="structure context/order_of_the_day/output"/>
</div>
</div>
<div tal:replace="structure provider:plone.belowcontentbody" />

View File

@ -22,6 +22,7 @@
<a tal:attributes="href string:../list?year=${context/start/year}&month=${context/start/month}">Liste</a>
</div>
<div class="detail-agenda">
<h2><span tal:replace="context/longdatetime"/> : <span tal:replace="context/title"/></h2>
<p tal:condition="context/description" tal:content="context/description">
@ -30,6 +31,7 @@
<p class="place">
Lieu : <span tal:replace="context/place"/>
</p>
</div>
<div tal:replace="structure provider:plone.belowcontentbody" />

View File

@ -22,6 +22,7 @@
<a tal:attributes="href string:../list?year=${context/start/year}&month=${context/start/month}">Liste</a>
</div>
<div class="detail-agenda">
<h2><span tal:replace="context/longdatetime"/> : <span tal:replace="context/title"/></h2>
<p tal:condition="context/description" tal:content="context/description">
@ -37,6 +38,7 @@
<h2>Ordre du jour</h2>
<div tal:content="structure context/order_of_the_day/output"/>
</div>
</div>
<div tal:replace="structure provider:plone.belowcontentbody" />