From c75c86c3cae1e530d6eb03f7365ff1d71f706f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 21 Oct 2021 14:53:45 +0200 Subject: [PATCH] Assign proper button type attributes --- .../Private/Partials/City/Teaser.html | 3 +- .../Private/Partials/ContactForm/Error.html | 3 +- .../Private/Partials/ContactForm/Full.html | 5 ++- .../Private/Partials/ContactForm/Simple.html | 5 ++- .../Private/Partials/ContactForm/Success.html | 3 +- .../Resources/Private/Partials/Faq.html | 7 ++-- .../Resources/Private/Partials/Footer.html | 6 ++- .../Private/Partials/Hotel/Teaser.html | 3 +- .../Partials/Hotel/TeaserExtended.html | 5 ++- .../Private/Partials/Hotel/TeaserSimple.html | 5 ++- .../Private/Partials/Hotel/TeaserWide.html | 3 +- .../Resources/Private/Partials/Mainnav.html | 9 ++-- .../Private/Partials/Menu/Type-3.html | 3 +- .../Resources/Private/Partials/Mobilenav.html | 10 +++-- .../Private/Partials/Pricetable.html | 6 ++- .../Private/Partials/Product/Details.html | 7 ++-- .../Partials/Product/HeaderDetail.html | 6 ++- .../Private/Partials/Region/Teaser.html | 3 +- .../Private/Partials/Search/FilterPanel.html | 42 ++++++++++++------- .../Private/Partials/Search/Main.html | 3 +- .../Private/Partials/Teaser/OneColumn.html | 3 +- .../Private/Partials/Teaser/TwoColumn.html | 3 +- .../Templates/AjaxFilterPanel/Options.html | 10 +++++ .../Templates/AjaxTable/Datestable.html | 19 +++++---- .../Templates/AjaxTable/DaytripRooms.html | 6 ++- .../Templates/AjaxTable/Pricetable.html | 23 ++++++---- .../Private/Templates/AjaxWatchlist/List.html | 19 +++++---- .../Private/Templates/City/Detail.html | 6 ++- .../Private/Templates/Concept/Detail.html | 6 ++- .../Templates/Container/Teasergroup.html | 6 ++- .../Private/Templates/Country/Detail.html | 6 ++- .../FluidStyledContent/MenuSection.html | 3 +- .../FluidStyledContent/TeaserCountry.html | 5 ++- .../Private/Templates/Hotel/Detail.html | 6 ++- .../Private/Templates/Product/Detail.html | 30 ++++++++----- .../Templates/Product/Teasergroup.html | 6 ++- .../Private/Templates/Region/Detail.html | 6 ++- .../Private/Templates/Reseller/Copypaste.html | 15 ++++--- .../Private/Templates/Search/Searchbox.html | 9 ++-- .../Private/Templates/Searchbar/Index.html | 39 +++++++++++------ 40 files changed, 243 insertions(+), 120 deletions(-) create mode 100644 public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxFilterPanel/Options.html diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Teaser.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Teaser.html index 53a37436..eeb5b668 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Teaser.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Teaser.html @@ -18,7 +18,8 @@ {city.teaser -> f:format.crop(maxCharacters: settings.teaserTextMaxChars) -> f:format.html()} - + {f:translate(key: 'tx_eptheme.label.teaserbutton.default', extensionName: 'ep_theme')} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Error.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Error.html index f2d586b5..721ffac6 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Error.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Error.html @@ -7,7 +7,8 @@ Es ist ein Problem aufgetreten. Bitte versucht es noch einmal.
- Neue Anfrage diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Full.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Full.html index 7731c7cf..c323a4fa 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Full.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/ContactForm/Full.html @@ -81,7 +81,10 @@ target="_blank">Datenschutzbestimmungen gelesen und akzeptiert.
- Neue Anfrage 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 f7c6165d..793430b5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Faq.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Faq.html @@ -23,15 +23,16 @@ data-controller="collapse" data-collapse-collapsed-value="{f:if(condition: iteration.isFirst, then: 'false', else: 'true')}" data-faq-target="entry"> - - {faq.question} - + {faq.question} +
- 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 2eb59706..c6ae556b 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 @@ -13,7 +13,8 @@ - @@ -62,7 +63,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html index b71e5df0..19c1ebce 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html @@ -17,14 +17,16 @@ data-teasergrid-disabled-value="false"> - - 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 7c1b8e80..5227ca8c 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 @@ -12,7 +12,8 @@ - @@ -57,7 +58,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html index eeade51c..51c2b58d 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html @@ -10,7 +10,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html index 0dff907c..683db3b5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html @@ -19,7 +19,10 @@ {country.teaser -> f:format.crop(maxCharacters: settings.teaserTextMaxChars) -> f:format.html()} - {f:translate(key: 'tx_eptheme.label.teaserbutton.default', extensionName: 'ep_theme')} + + {f:translate(key: 'tx_eptheme.label.teaserbutton.default', extensionName: 'ep_theme')} + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html index 3d841ca8..92e630d1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html @@ -11,7 +11,8 @@ - @@ -27,7 +28,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html index f9027c59..dfd88d8f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html @@ -25,13 +25,15 @@ - Unterkunft - @@ -39,13 +41,15 @@ - Termine/Preise - @@ -53,20 +57,23 @@ - Gebiet - Ort - @@ -74,7 +81,8 @@ - @@ -83,7 +91,8 @@ - @@ -278,7 +287,8 @@ - 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 332aa873..455b3d17 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 @@ -17,14 +17,16 @@ data-teasergrid-disabled-value="false"> - - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html index 0d4b2d8f..edcc69ab 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html @@ -12,7 +12,8 @@ - @@ -28,7 +29,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html index eef45813..d4e46e78 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html @@ -39,7 +39,8 @@ data-controller="collapse"> - + {label} @@ -74,7 +75,8 @@ data-controller="collapse"> - + {label} @@ -236,7 +238,8 @@ data-controller="collapse"> - + {label} @@ -266,7 +269,8 @@ data-controller="collapse"> - + {label} @@ -320,7 +324,8 @@ data-controller="collapse"> - + {label} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html index 0b703973..b3a8fd5e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html @@ -16,7 +16,8 @@ title="{settings.defaultTitle}"> - + @@ -51,10 +52,12 @@ class="border-gray-400 focus:border-gray-800"> - + Suchen - + Detailsuche diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html index 6a7b2edd..742114a1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html @@ -60,7 +60,8 @@ - @@ -71,11 +72,13 @@ - schließen - zurücksetzen @@ -106,7 +109,8 @@ - {option} @@ -143,7 +147,8 @@ - - @@ -177,7 +183,8 @@ - @@ -186,7 +193,8 @@ - zurücksetzen @@ -213,7 +221,8 @@ data-collapse-target="container"> - beliebig @@ -221,7 +230,8 @@ - {range.formatted} @@ -234,17 +244,20 @@ - + - + Detailsuche - + Alle anzeigen
- diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html index b71e5df0..19c1ebce 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Teasergroup.html @@ -17,14 +17,16 @@ data-teasergrid-disabled-value="false"> - - 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 7c1b8e80..5227ca8c 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 @@ -12,7 +12,8 @@ - @@ -57,7 +58,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html index eeade51c..51c2b58d 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html @@ -10,7 +10,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html index 0dff907c..683db3b5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html @@ -19,7 +19,10 @@ {country.teaser -> f:format.crop(maxCharacters: settings.teaserTextMaxChars) -> f:format.html()} - {f:translate(key: 'tx_eptheme.label.teaserbutton.default', extensionName: 'ep_theme')} + + {f:translate(key: 'tx_eptheme.label.teaserbutton.default', extensionName: 'ep_theme')} + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html index 3d841ca8..92e630d1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Hotel/Detail.html @@ -11,7 +11,8 @@ - @@ -27,7 +28,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html index f9027c59..dfd88d8f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html @@ -25,13 +25,15 @@ - Unterkunft - @@ -39,13 +41,15 @@ - Termine/Preise - @@ -53,20 +57,23 @@ - Gebiet - Ort - @@ -74,7 +81,8 @@ - @@ -83,7 +91,8 @@ - @@ -278,7 +287,8 @@ - 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 332aa873..455b3d17 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 @@ -17,14 +17,16 @@ data-teasergrid-disabled-value="false"> - - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html index 0d4b2d8f..edcc69ab 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html @@ -12,7 +12,8 @@ - @@ -28,7 +29,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html index eef45813..d4e46e78 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html @@ -39,7 +39,8 @@ data-controller="collapse"> - + {label} @@ -74,7 +75,8 @@ data-controller="collapse"> - + {label} @@ -236,7 +238,8 @@ data-controller="collapse"> - + {label} @@ -266,7 +269,8 @@ data-controller="collapse"> - + {label} @@ -320,7 +324,8 @@ data-controller="collapse"> - + {label} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html index 0b703973..b3a8fd5e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html @@ -16,7 +16,8 @@ title="{settings.defaultTitle}"> - + @@ -51,10 +52,12 @@ class="border-gray-400 focus:border-gray-800"> - + Suchen - + Detailsuche diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html index 6a7b2edd..742114a1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html @@ -60,7 +60,8 @@ - @@ -71,11 +72,13 @@ - schließen - zurücksetzen @@ -106,7 +109,8 @@ - {option} @@ -143,7 +147,8 @@ - - @@ -177,7 +183,8 @@ - @@ -186,7 +193,8 @@ - zurücksetzen @@ -213,7 +221,8 @@ data-collapse-target="container"> - beliebig @@ -221,7 +230,8 @@ - {range.formatted} @@ -234,17 +244,20 @@ - + - + Detailsuche - + Alle anzeigen
- diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html index eeade51c..51c2b58d 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/MenuSection.html @@ -10,7 +10,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html index 0dff907c..683db3b5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserCountry.html @@ -19,7 +19,10 @@ {country.teaser -> f:format.crop(maxCharacters: settings.teaserTextMaxChars) -> f:format.html()}
- diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html index f9027c59..dfd88d8f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html @@ -25,13 +25,15 @@ - Unterkunft - @@ -39,13 +41,15 @@ - Termine/Preise - @@ -53,20 +57,23 @@ - Gebiet - Ort - @@ -74,7 +81,8 @@ - @@ -83,7 +91,8 @@ - @@ -278,7 +287,8 @@ - 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 332aa873..455b3d17 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 @@ -17,14 +17,16 @@ data-teasergrid-disabled-value="false"> - - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html index 0d4b2d8f..edcc69ab 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html @@ -12,7 +12,8 @@ - @@ -28,7 +29,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html index eef45813..d4e46e78 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html @@ -39,7 +39,8 @@ data-controller="collapse"> - + {label} @@ -74,7 +75,8 @@ data-controller="collapse"> - + {label} @@ -236,7 +238,8 @@ data-controller="collapse"> - + {label} @@ -266,7 +269,8 @@ data-controller="collapse"> - + {label} @@ -320,7 +324,8 @@ data-controller="collapse"> - + {label} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html index 0b703973..b3a8fd5e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html @@ -16,7 +16,8 @@ title="{settings.defaultTitle}"> - + @@ -51,10 +52,12 @@ class="border-gray-400 focus:border-gray-800"> - + Suchen - + Detailsuche diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html index 6a7b2edd..742114a1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html @@ -60,7 +60,8 @@ - @@ -71,11 +72,13 @@ - schließen - zurücksetzen @@ -106,7 +109,8 @@ - {option} @@ -143,7 +147,8 @@ - - @@ -177,7 +183,8 @@ - @@ -186,7 +193,8 @@ - zurücksetzen @@ -213,7 +221,8 @@ data-collapse-target="container"> - beliebig @@ -221,7 +230,8 @@ - {range.formatted} @@ -234,17 +244,20 @@ - + - + Detailsuche - + Alle anzeigen
- @@ -278,7 +287,8 @@ - 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 332aa873..455b3d17 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 @@ -17,14 +17,16 @@ data-teasergrid-disabled-value="false"> - - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html index 0d4b2d8f..edcc69ab 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Region/Detail.html @@ -12,7 +12,8 @@ - @@ -28,7 +29,8 @@ - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html index eef45813..d4e46e78 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html @@ -39,7 +39,8 @@ data-controller="collapse"> - + {label} @@ -74,7 +75,8 @@ data-controller="collapse"> - + {label} @@ -236,7 +238,8 @@ data-controller="collapse"> - + {label} @@ -266,7 +269,8 @@ data-controller="collapse"> - + {label} @@ -320,7 +324,8 @@ data-controller="collapse"> - + {label} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html index 0b703973..b3a8fd5e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html @@ -16,7 +16,8 @@ title="{settings.defaultTitle}"> - + @@ -51,10 +52,12 @@ class="border-gray-400 focus:border-gray-800"> - + Suchen - + Detailsuche diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html index 6a7b2edd..742114a1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html @@ -60,7 +60,8 @@ - @@ -71,11 +72,13 @@ - schließen - zurücksetzen @@ -106,7 +109,8 @@ - {option} @@ -143,7 +147,8 @@ - - @@ -177,7 +183,8 @@ - @@ -186,7 +193,8 @@ - zurücksetzen @@ -213,7 +221,8 @@ data-collapse-target="container"> - beliebig @@ -221,7 +230,8 @@ - {range.formatted} @@ -234,17 +244,20 @@ - + - + Detailsuche - + Alle anzeigen
- diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html index eef45813..d4e46e78 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Reseller/Copypaste.html @@ -39,7 +39,8 @@ data-controller="collapse"> - + {label} @@ -74,7 +75,8 @@ data-controller="collapse"> - + {label} @@ -236,7 +238,8 @@ data-controller="collapse"> - + {label} @@ -266,7 +269,8 @@ data-controller="collapse"> - + {label} @@ -320,7 +324,8 @@ data-controller="collapse"> - + {label} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html index 0b703973..b3a8fd5e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbox.html @@ -16,7 +16,8 @@ title="{settings.defaultTitle}"> - + @@ -51,10 +52,12 @@ class="border-gray-400 focus:border-gray-800"> - + Suchen - + Detailsuche diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html index 6a7b2edd..742114a1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html @@ -60,7 +60,8 @@ - @@ -71,11 +72,13 @@ - schließen - zurücksetzen @@ -106,7 +109,8 @@ - {option} @@ -143,7 +147,8 @@ - - @@ -177,7 +183,8 @@ - @@ -186,7 +193,8 @@ - zurücksetzen @@ -213,7 +221,8 @@ data-collapse-target="container"> - beliebig @@ -221,7 +230,8 @@ - {range.formatted} @@ -234,17 +244,20 @@ - + - + Detailsuche - + Alle anzeigen