Remove Highlight

This commit is contained in:
Dirk 2020-02-25 08:50:03 +01:00
parent d299990765
commit bd3dd46ec5
2 changed files with 8 additions and 2 deletions

View file

@ -22,15 +22,17 @@
<h4>{date.event.title}</h4> <h4>{date.event.title}</h4>
<p>{date.event.teaser}</p> <p>{date.event.teaser}</p>
<f:comment> <f:comment>
<!--
<f:if condition="{date.event.highlight}"> <f:if condition="{date.event.highlight}">
<f:then> <f:then>
<b>Hightlight</b> <b>Hightlight</b>
</f:then> </f:then>
</f:if> </f:if>
-->
</f:comment> </f:comment>
</div> </div>
</div> </div>
</div> </div>
</f:for> </f:for>
</div> </div>
</html> </html>

View file

@ -11,11 +11,15 @@
{date.event.region.title}<br> {date.event.region.title}<br>
</div> </div>
<div class="col-6"> <div class="col-6">
<!--
<f:comment>
<f:if condition="{date.event.highlight}"> <f:if condition="{date.event.highlight}">
<f:then> <f:then>
<b>Hightlight</b> <b>Highlight</b>
</f:then> </f:then>
</f:if> </f:if>
-->
</f:comment>
<h4> <h4>
<f:link.action pageUid="{settings.showPID}" action="show" controller="Date" arguments="{date: date}"> <f:link.action pageUid="{settings.showPID}" action="show" controller="Date" arguments="{date: date}">
{date.event.title} {date.event.title}