From b2397e4c566bb3346ad628fa28eae24d18b4e148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 5 Apr 2022 13:24:31 +0200 Subject: [PATCH] Invert functionality to show/hide button linking to search result --- .../FlexForms/flexform_city_detail.xml | 6 +++--- .../FlexForms/flexform_concept_detail.xml | 6 +++--- .../FlexForms/flexform_country.xml | 6 +++--- .../FlexForms/flexform_hotel_detail.xml | 6 +++--- .../FlexForms/flexform_product_teaser.xml | 6 +++--- .../FlexForms/flexform_region_detail.xml | 6 +++--- .../Private/Partials/Hotel/Details.html | 18 ++++++++++-------- .../Private/Partials/Region/Details.html | 18 ++++++++++-------- .../Private/Templates/City/Detail.html | 16 +++++++++------- .../Private/Templates/Concept/Detail.html | 18 ++++++++++-------- .../Private/Templates/Country/Detail.html | 18 ++++++++++-------- .../Private/Templates/Product/Teasergroup.html | 18 ++++++++++-------- 12 files changed, 77 insertions(+), 65 deletions(-) diff --git a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_city_detail.xml b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_city_detail.xml index cdb2dcbf..0541cd5c 100644 --- a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_city_detail.xml +++ b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_city_detail.xml @@ -24,15 +24,15 @@ - + 0 - + check - + diff --git a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_concept_detail.xml b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_concept_detail.xml index 67253f69..70115fb0 100644 --- a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_concept_detail.xml +++ b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_concept_detail.xml @@ -44,15 +44,15 @@ - + 0 - + check - + diff --git a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_country.xml b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_country.xml index 0d7880a1..4b212623 100644 --- a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_country.xml +++ b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_country.xml @@ -30,15 +30,15 @@ - + 0 - + check - + diff --git a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_hotel_detail.xml b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_hotel_detail.xml index a14ecf77..7dd6304b 100644 --- a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_hotel_detail.xml +++ b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_hotel_detail.xml @@ -30,15 +30,15 @@ - + 0 - + check - + diff --git a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_product_teaser.xml b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_product_teaser.xml index 812f43f4..ab1c4671 100644 --- a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_product_teaser.xml +++ b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_product_teaser.xml @@ -216,15 +216,15 @@ - + 0 - + check - + diff --git a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_region_detail.xml b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_region_detail.xml index 0c8fae8d..f0f36027 100644 --- a/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_region_detail.xml +++ b/public/typo3conf/ext/ep_products/Configuration/FlexForms/flexform_region_detail.xml @@ -38,15 +38,15 @@ - + 0 - + check - + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html index 1a6cfaea..2480da02 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html @@ -70,14 +70,16 @@ }"/> - -
- - Alle anzeigen - -
+ + +
+ + Alle anzeigen + +
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html index f74ed044..29e53965 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html @@ -103,14 +103,16 @@ }"/> - -
- - Alle anzeigen - -
+ + +
+ + Alle anzeigen + +
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/City/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/City/Detail.html index 88e50038..01def8b7 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/City/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/City/Detail.html @@ -73,13 +73,15 @@ - - - Alle anzeigen - + + + + Alle anzeigen + + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html index 7eb8f413..541188cc 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html @@ -62,14 +62,16 @@ }"/> - -
- - Alle anzeigen - -
+ + +
+ + Alle anzeigen + +
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html index e6e8d312..16227230 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html @@ -73,14 +73,16 @@ }"/> - -
- - Alle anzeigen - -
+ + +
+ + Alle anzeigen + +
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html index 0e5860a2..b2d4a594 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html @@ -52,14 +52,16 @@ }"/> - -
- - Alle anzeigen - -
+ + +
+ + Alle anzeigen + +
+