Suche IBE raus

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3390 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-04-13 15:21:08 +00:00
parent 83de9a1ae5
commit f07ee29a67
4 changed files with 27 additions and 27 deletions

View file

@ -63,7 +63,7 @@
-->
<ul class="nav nav-tabs nav-justified" role="tablist">
<li class="active"><a href="#tab_01" aria-controls="tab_01" role="tab" data-toggle="tab">Kulturreisen</a></li>
<li><a href="#tab_02" aria-controls="tab_02" role="tab" data-toggle="tab">Pauschalreisen weltweit</a></li>
<li><a href="/tt-suche">Pauschalreisen weltweit</a></li>
</ul>
<div class="tab-content">

View file

@ -1,5 +1,5 @@
{% form_theme tt_search_form 'default/form/theme.html.twig' %}
<div class="widget clearfix">
<div class="widget clearfix" style="display:none">
<form action="/tt-suche" method="get" class="searchwidget searchform row st-tt-search-form">
<div class="form-group col-md-12">{{ form_field_pho(tt_search_form.termin, 'Früheste Anreise') }}</div>
<div class="form-group col-md-12">{{ form_field_pho(tt_search_form.ruecktermin, 'Späteste Abreise') }}</div>

View file

@ -6,16 +6,10 @@
{% endblock %}
{% block canonical_tag %}{% if app.debug %}<!-- Die canonical URL wird für diese Seite bewusst nicht definiert, da sie vom Suchindex ausgeschlossen wurde (Siehe meta robots) -->{% endif %}{% endblock %}
{#
TODO: This doesn't work. Form labels are rendered, but widgets themselves not. Symfony / Twig bug?
{% block search_sidebar_widget %}
{% include 'default/components/sidebar/ttSearchSidebarWidget.html.twig' %}
{% endblock %}
#}
{% block body %}
{% if tt_url is defined %}
<iframe src="{{ tt_url|raw }}" scrolling="no" width="100%" height="13500"
<iframe src="{{ tt_url|raw }}" scrolling="no" width="100%" height="3500"
onload="window.parent.parent.scrollTo(0,0);"
></iframe>
{% else %}