Hide info in case products are available
This commit is contained in:
@@ -28,11 +28,13 @@
|
|||||||
additionalAttributes="{rel: 'nofollow'}">Alle anzeigen</f:link.action></p>
|
additionalAttributes="{rel: 'nofollow'}">Alle anzeigen</f:link.action></p>
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:then>
|
</f:then>
|
||||||
</f:if>
|
<f:else>
|
||||||
<f:if condition="{showNonBookableHint}">
|
<f:if condition="{showNonBookableHint}">
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<p>Gerade noch kein Angebot buchbar? Dann frag doch schon mal an: <f:link.typolink parameter="{settings.defaultContactFormPageUid}">hier geht es zum Kontaktformular</f:link.typolink>.</p>
|
<p>Gerade noch kein Angebot buchbar? Dann frag doch schon mal an: <f:link.typolink parameter="{settings.defaultContactFormPageUid}">hier geht es zum Kontaktformular</f:link.typolink>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
</f:if>
|
||||||
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
<f:if condition="{hotel.images -> f:count()} > 0">
|
<f:if condition="{hotel.images -> f:count()} > 0">
|
||||||
<f:render partial="ContentSlider" arguments="{images: hotel.images, id: 'hotel-{hotel.uid}', thumbnails: 1}"/>
|
<f:render partial="ContentSlider" arguments="{images: hotel.images, id: 'hotel-{hotel.uid}', thumbnails: 1}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user