sterntours/trunk/app/Resources/views/default/components/searchFewoWidget.html.twig
2018-12-04 17:46:00 +00:00

29 lines
No EOL
1.1 KiB
Twig

{% form_theme search_form 'default/form/theme.html.twig' %}
<div class="widget clearfix">
<div class="widget-title">
<!-- <a class="collapse-widget" href="#search-widget" data-toggle="collapse">Zeitraum</a> -->
</div><!-- end title -->
<div class="searchwidget collapse in" id="search-widget">
<form action="/ferienwohnungen/ferienwohnungen-kalender" method="get" class="searchform row st-search-form">
<div class="form-group col-md-6">
<div class="required">
{{ form_field_pho(search_form.from, 'Anreise', {required: true}) }}
</div>
</div>
<div class="form-group col-md-6">
<div class="required">
{{ form_field_pho(search_form.to, 'Abreise', {required: true}) }}
</div>
</div>
<div class="form-group col-md-12 col-sm-12 col-xs-12 text-center form-bottom">
<button type="submit" class="btn btn-sm btn-primary btn-block">freie Ferienwohnungen suchen</button>
</div>
</form>
</div><!-- end boxwidget -->
</div>