Link hotel detail page in event price tables
This commit is contained in:
+4
-2
@@ -21,8 +21,10 @@
|
||||
</tr>
|
||||
<f:for each="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1)}" as="row">
|
||||
<tr>
|
||||
<td><a class="booking-link" href="{row.bookingUrl}"
|
||||
title="Jetzt buchen" target="_blank">{row.hotelTitle -> v:or(alternative: row.hotelName)}</a></td>
|
||||
<td><a class="booking-link" href="{row.hotelUri}"
|
||||
title="Infos zu {row.hotelTitle -> v:or(alternative: row.hotelName)}">
|
||||
{row.hotelTitle -> v:or(alternative: row.hotelName)}
|
||||
</a></td>
|
||||
<f:for each="{roomTypesPax}" as="type">
|
||||
<td>
|
||||
<f:if condition="{v:variable.get(name: 'row.rooms.{type}.available', useRawKeys: 1)}">
|
||||
|
||||
Reference in New Issue
Block a user