fix: layout improvements
This commit is contained in:
@@ -73,13 +73,13 @@
|
|||||||
{% set hasDateOfBirth = participantData and participantData.dateOfBirth %}
|
{% set hasDateOfBirth = participantData and participantData.dateOfBirth %}
|
||||||
|
|
||||||
{% if not hasDateOfBirth %}
|
{% if not hasDateOfBirth %}
|
||||||
<div class="mb-4 p-4 bg-blue-50 border border-blue-200 rounded-lg">
|
<div class="my-4 p-4 bg-blue-50 border border-blue-200 rounded-lg">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<svg class="w-5 h-5 text-blue-600 mr-2" fill="currentColor" viewBox="0 0 20 20">
|
<svg class="w-5 h-5 text-blue-600 mr-2" fill="currentColor" viewBox="0 0 20 20">
|
||||||
<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"></path>
|
<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"></path>
|
||||||
</svg>
|
</svg>
|
||||||
<p class="text-sm text-blue-800">
|
<p class="text-sm text-blue-800">
|
||||||
Zusatzleistungen sind erst nach Angabe des Geburtsdatums buchbar
|
Leistungen sind erst nach Angabe des Geburtsdatums buchbar
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -209,12 +209,6 @@
|
|||||||
}) }}
|
}) }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{#
|
|
||||||
Parking field shares this space with pickupOutbound since they're mutually exclusive:
|
|
||||||
- pickupOutbound: shown only when transportationOutbound is BUS
|
|
||||||
- parking: shown only when transportationOutbound is PKW (car)
|
|
||||||
This optimizes the layout by utilizing the same visual space.
|
|
||||||
#}
|
|
||||||
{% if participant.parking is defined %}
|
{% if participant.parking is defined %}
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
{{ form_row(participant.parking, {
|
{{ form_row(participant.parking, {
|
||||||
|
|||||||
Reference in New Issue
Block a user