Merge branch 'master' into develop

This commit is contained in:
Björn Fromme
2019-07-25 16:24:11 +02:00
@@ -21,11 +21,7 @@
</tr> </tr>
<f:for each="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1)}" as="row"> <f:for each="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1)}" as="row">
<tr> <tr>
<td><a class="booking-link" href="{row.hotelUri}" <td>{row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}</td>
title="Infos zu {row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}"
target="_blank">
{row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}
</a></td>
<f:for each="{roomTypesPax}" as="type"> <f:for each="{roomTypesPax}" as="type">
<td> <td>
<f:if condition="{v:variable.get(name: 'row.rooms.{type}.available', useRawKeys: 1)}"> <f:if condition="{v:variable.get(name: 'row.rooms.{type}.available', useRawKeys: 1)}">