added special prices for special wishes

This commit is contained in:
Jottyfan
2025-01-15 21:55:24 +01:00
parent 5d61ae6013
commit bdc0d84e69
5 changed files with 76 additions and 6 deletions

View File

@@ -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>