Add room types text to xml export
This commit is contained in:
@@ -99,6 +99,10 @@
|
||||
<label class="control-label">Ausstattung</label>
|
||||
<textarea rows="5" class="form-control" onclick="this.select()">{hotel.features}</textarea>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Zimmerarten/Appartmentbeschreibung</label>
|
||||
<textarea rows="5" class="form-control" onclick="this.select()">{hotel.roomtypes}</textarea>
|
||||
</div>
|
||||
<h4>Termine, Zimmer, Leistungen und Zustiege</h4>
|
||||
<f:if condition="{hotel.dates.date}">
|
||||
<f:then>
|
||||
|
||||
Reference in New Issue
Block a user