added special prices for special wishes
This commit is contained in:
@@ -49,6 +49,15 @@
|
||||
<input id="day4" type="checkbox" name="active" th:field="*{day4}" class="form-check-input" />
|
||||
<label class="form-check-label" for="day4">Montag</label>
|
||||
</div>
|
||||
<div class="col-sm-3">Sonderleistungen</div>
|
||||
<div class="col-sm-9">
|
||||
<input id="towels" type="checkbox" name="active" th:field="*{towels}" class="form-check-input" />
|
||||
<label class="form-check-label" for="towels">Handtücher: 2 € / Person</label><br />
|
||||
<input id="bed_linen" type="checkbox" name="active" th:field="*{bedLinen}" class="form-check-input" />
|
||||
<label class="form-check-label" for="bed_linen">Bettwäsche: 7 € / Person</label><br />
|
||||
<input id="cot" type="checkbox" name="active" th:field="*{cot}" class="form-check-input" />
|
||||
<label class="form-check-label" for="cot">Kinderbett: 10 € einmalig</label>
|
||||
</div>
|
||||
<div class="col-sm-3">Barrierefrei</div>
|
||||
<div class="col-sm-9">
|
||||
<span th:if="${#fields.hasErrors('barrierFree')}" th:errors="*{barrierFree}" class="text-danger"></span>
|
||||
|
||||
Reference in New Issue
Block a user