mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 10:16:09 +01:00
Remove Highlight
This commit is contained in:
parent
d299990765
commit
bd3dd46ec5
2 changed files with 8 additions and 2 deletions
|
@ -22,11 +22,13 @@
|
|||
<h4>{date.event.title}</h4>
|
||||
<p>{date.event.teaser}</p>
|
||||
<f:comment>
|
||||
<!--
|
||||
<f:if condition="{date.event.highlight}">
|
||||
<f:then>
|
||||
<b>Hightlight</b>
|
||||
</f:then>
|
||||
</f:if>
|
||||
-->
|
||||
</f:comment>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,11 +11,15 @@
|
|||
{date.event.region.title}<br>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<!--
|
||||
<f:comment>
|
||||
<f:if condition="{date.event.highlight}">
|
||||
<f:then>
|
||||
<b>Hightlight</b>
|
||||
<b>Highlight</b>
|
||||
</f:then>
|
||||
</f:if>
|
||||
-->
|
||||
</f:comment>
|
||||
<h4>
|
||||
<f:link.action pageUid="{settings.showPID}" action="show" controller="Date" arguments="{date: date}">
|
||||
{date.event.title}
|
||||
|
|
Loading…
Reference in a new issue