Open hotel links in new window/tab

This commit is contained in:
Björn Fromme
2019-05-21 12:32:26 +02:00
parent f94263bf5f
commit 3f554db6f8
@@ -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">