adjust event markup per fred tetart suggestions

This commit is contained in:
Frédéric Péters 2011-11-24 14:43:00 +01:00
parent 9c5f3e5348
commit 4ebfd9e5d4
1 changed files with 3 additions and 4 deletions

View File

@ -202,11 +202,10 @@ jq('#tabellio-agenda tbody a').click(
<p class="date"><span tal:content="event/longdatetime"/>
<br/><span tal:condition="event/place" class="place" tal:content="event/place"></span>
</p>
<div>
<div class="event-data">
<h3 tal:content="event/title"/>
<p class="description"><span tal:condition="event/description" tal:replace="event/description"/>
<br tal:condition="event/description"/><a href="#" tal:attributes="href event/absolute_url">Détails</a>
</p>
<p class="description" tal:condition="event/description" tal:replace="event/description"></p>
<p class="details"><a href="#" tal:attributes="href event/absolute_url">Détails</a></p>
</div>
</div>
</li>