New DateRangePicker
This commit is contained in:
parent
faa508b4ca
commit
81e42b76f5
12 changed files with 398 additions and 88 deletions
|
|
@ -284,9 +284,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<p>
|
||||
{{ getContextBySlug('gewuenschte-zahlungsart') }}
|
||||
{% if(travel_program.category.id != 1) %}
|
||||
{{ getContextBySlug('abweichende-anzahlungsbedingungen') }}
|
||||
{% if(travel_program.paymentConditions != "") %}
|
||||
{{ travel_program.paymentConditions|raw }}
|
||||
{% else %}
|
||||
{{ getContextBySlug('anzahlungsbedingungen') }}
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -62,14 +62,20 @@
|
|||
<tr>
|
||||
<td><label class="st-required control-label required">Datum</label></td>
|
||||
<td style="white-space: normal;">
|
||||
<div class="form-group" style="margin-bottom:0;">
|
||||
<div class="row margin-bottom:0;">
|
||||
<div class="form-group col-xs-12 col-md-6" style="margin-bottom:0;">
|
||||
<input type="text" id="fewo_booking_request_datepicker" name="fewo_booking_request_datepicker" required="required" class="form-control" placeholder="dd.mm.yyyy bis dd.mm.yyyy" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group hidden" style="margin-bottom:0;">
|
||||
<div class="input-daterange input-group" id="date-range">
|
||||
{{ form_widget(form.fromDate) }}
|
||||
<span class="input-group-addon bg-info b-0 text-white">bis</span>
|
||||
{{ 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>
|
||||
|
||||
<div class="small alert alert-success" style="margin-bottom: 0; padding-top: 6px; padding-bottom: 6px">Bei Datumsänderung, immer erst das Anreisedatum, dann das Abreisedatum im Kalender auswählen.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue