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">
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user