From cb2b70f725b253520f14cb34290da3e78d197145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 14 Mar 2022 11:00:45 +0100 Subject: [PATCH] Improve searchbar pulldown styles, increase maximumm pax --- .../Domain/Model/Dto/FilterOptions.php | 2 +- .../Private/Templates/Searchbar/Index.html | 20 +++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php b/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php index 7e9f05d8..1b95abaf 100644 --- a/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php +++ b/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php @@ -110,7 +110,7 @@ class FilterOptions implements \JsonSerializable { $this->pax = [ 0 => 'beliebig', - ...array_combine(range(1, 20), range(1, 20)) + ...array_combine(range(1, 24), range(1, 24)) ]; } 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 548951e6..e04aa5af 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 @@ -106,21 +106,23 @@