12.21
This commit is contained in:
parent
ebf90ff869
commit
4e71ddabec
17 changed files with 448 additions and 101 deletions
|
|
@ -61,7 +61,7 @@
|
|||
-->
|
||||
<tr>
|
||||
<td><label class="st-required control-label required">Datum</label></td>
|
||||
<td>
|
||||
<td style="white-space: normal;">
|
||||
<div class="form-group" style="margin-bottom:0;">
|
||||
<div class="input-daterange input-group" id="date-range">
|
||||
{{ form_widget(form.fromDate) }}
|
||||
|
|
@ -69,6 +69,7 @@
|
|||
{{ form_widget(form.toDate) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="small alert alert-success" style="margin-bottom: 0; padding-top: 6px; padding-bottom: 6px">Bei Datumsänderung, erst immer das Anreisedatum, dann das Abreisedatum im Kalender auswählen.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue