Open hotel links in new window/tab
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@
|
|||||||
<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><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)}
|
{row.hotelTitle -> v:or(alternative: row.hotelName)}
|
||||||
</a></td>
|
</a></td>
|
||||||
<f:for each="{roomTypesPax}" as="type">
|
<f:for each="{roomTypesPax}" as="type">
|
||||||
|
|||||||
Reference in New Issue
Block a user