diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/controllers/collapse_controller.js b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/controllers/collapse_controller.js index dffd4f28..822d9e83 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/controllers/collapse_controller.js +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/controllers/collapse_controller.js @@ -55,7 +55,7 @@ export default class extends Controller { this.containerTarget.classList.toggle('hidden', this.collapsedValue === true) this.containerTarget.scrollTop = 0 if (this.hasIconTarget) { - this.iconTarget.classList.toggle('rotate-180', this.collapsedValue === false) + this.iconTarget.classList.toggle('rotate-90', this.collapsedValue === false) } } } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss index dc41e50d..753df416 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss @@ -19,7 +19,7 @@ h4, } .headline--underlined:after { - @apply block border-b-4 border-ep-primary sbw:border-sbw-primary pb-4 mb-4 w-20; + @apply block border-b-4 border-ep-primary sbw:border-sbw-primary pb-4 mb-4 -mt-2 w-20; content: ''; } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Faq.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Faq.html index 741a2d37..f7c6165d 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Faq.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Faq.html @@ -27,7 +27,7 @@ data-action="collapse#toggle"> - + {faq.question} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html index 7b75d3ce..5b8d2807 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html @@ -5,6 +5,7 @@ + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/FilterPanel.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/FilterPanel.html index b4d503da..30c6c257 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/FilterPanel.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/FilterPanel.html @@ -7,56 +7,92 @@ name="filterSettings" pluginName="Ajax" data="{'search-target': 'form'}"> - - + + - - Zeitraum {ep:dateRange(dateFrom: filterSettings.dateFrom, dateTo: filterSettings.dateTo, includeLabel: 0)} + + + Reisezeitraum {ep:dateRange(dateFrom: filterSettings.dateFrom, dateTo: filterSettings.dateTo, includeLabel: 0)} + + + + - + - data-datepicker-date-from-value="{filterSettings.dateFrom}" - data-datepicker-date-to-value="{filterSettings.dateTo}" - - data-datepicker-min-date-value="{f:format.date(date: 'now', format: 'Y-m-d')}"> - - - - - - {preset.label} - - - + + data-datepicker-date-from-value="{filterSettings.dateFrom}" + data-datepicker-date-to-value="{filterSettings.dateTo}" + + data-datepicker-min-date-value="{f:format.date(date: 'now', format: 'Y-m-d')}"> + + + + + + {preset.label} + + + + + + + + + schließen + + + zurücksetzen + - - - - - schließen - - - zurücksetzen - + + + + + Reisekonzepte + + + + + + + + + + + {concept.name} + + + + + + - Reiseziel @@ -89,29 +125,7 @@ - - - Reisekonzepte - - - - - - - {concept.name} - - - - - - - Preis @@ -133,22 +147,16 @@ - Personen - - - - {option} - - - + @@ -160,8 +168,7 @@ 4: 'Gästehaus', 5: 'Pension' }"/> - Unterkunft @@ -183,8 +190,7 @@ - Verpflegung @@ -216,8 +222,7 @@ 5: 'ab 5 Pers.', 6: 'mit anderen' }"/> - Zimmerarten/Apart. @@ -261,7 +266,6 @@ -