* "Kombination mit" im Suchfilter ausblenden
* Behoben: Fehlermeldung wenn im TT-Suchfilter keine Reisezeitraum angegeben wird * Reiseprogrammseite: Komfort-Optionen über ausgeschlossenen Leistungen * Änderung Angebotsdaten im Buchungformular (Formatierung der Posten) * Such- und Angebotsboxen auf "sunstar"-Seiten ausblenden in der Sidebar * Behoben: Oberer Teil der Boxen (pageBox) nicht mehr klickbar git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3321 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
077163634e
commit
28a7ef76d1
7 changed files with 37 additions and 20 deletions
|
|
@ -17,6 +17,7 @@
|
|||
{{ form_field_pho(search_form.e, 'Abreise') }}
|
||||
</div>
|
||||
|
||||
{#
|
||||
<div class="form-group col-md-12">
|
||||
Kombinieren mit
|
||||
<div class="pull-right">
|
||||
|
|
@ -24,9 +25,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group col-md-12">
|
||||
{{ form_field_pho(search_form.c2, 'Kombinieren mit') }}
|
||||
</div>
|
||||
#}
|
||||
|
||||
<div class="form-group col-md-12 col-sm-12 col-xs-12 text-center form-bottom">
|
||||
<button type="submit" class="btn btn-primary btn-block">Angebote suchen</button>
|
||||
|
|
|
|||
|
|
@ -148,9 +148,12 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% if travel_program.excluded is not empty or travel_program.classDescription is not empty %}
|
||||
<h2>Nicht eingeschlossene Leistungen</h2>
|
||||
{% if travel_program.classDescription is not empty %}
|
||||
{{ travel_program.classDescription|replace({'*': '<img src="/bundles/app/images/star-mini.png" >'})|raw }}
|
||||
{% endif %}
|
||||
|
||||
{% if travel_program.excluded is not empty %}
|
||||
<h2>Nicht eingeschlossene Leistungen</h2>
|
||||
<ul>
|
||||
{% for travel_program_service in travel_program.excluded|replace({'*': '<img src="/bundles/app/images/star-mini.png" >'})|split('\n') %}
|
||||
<li>{{ travel_program_service|raw }}</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue