Hide headline in case product is not bookable
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Main">
|
||||
<div class="headline--3 mb-2">
|
||||
Buchungsoptionen {hotel.name}
|
||||
</div>
|
||||
<f:variable name="spriteIconUrl">
|
||||
<f:format.raw>{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/icons_sprite.svg')}</f:format.raw>
|
||||
</f:variable>
|
||||
@@ -23,6 +20,9 @@
|
||||
</f:else>
|
||||
</f:if>
|
||||
<f:if condition="{dates}">
|
||||
<div class="headline--3 mb-2">
|
||||
Buchungsoptionen {hotel.name}
|
||||
</div>
|
||||
<table class="w-full mb-4 bg-gray-200">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user