Open hotel links in new window/tab

This commit is contained in:
Björn Fromme
2019-06-06 17:41:53 +02:00
parent 07504a9038
commit af1afc80fc
@@ -22,7 +22,8 @@
<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.hotelTitle -> v:or(alternative: row.hotelName)}"
target="_blank">
{row.hotelTitle -> v:or(alternative: row.hotelName)}
</a></td>
<f:for each="{roomTypesPax}" as="type">