Add field 'short name' to hotels

This commit is contained in:
Björn Fromme
2019-05-21 12:46:25 +02:00
parent 3f554db6f8
commit 6f8433bd89
6 changed files with 1038 additions and 969 deletions
@@ -22,9 +22,9 @@
<f:for each="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1)}" as="row">
<tr>
<td><a class="booking-link" href="{row.hotelUri}"
title="Infos zu {row.hotelTitle -> v:or(alternative: row.hotelName)}"
title="Infos zu {row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}"
target="_blank">
{row.hotelTitle -> v:or(alternative: row.hotelName)}
{row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}
</a></td>
<f:for each="{roomTypesPax}" as="type">
<td>