From f1d8b84d2bfedc697f4473ce70b9edd9edf7ed1e Mon Sep 17 00:00:00 2001 From: Nikita Maliarchuk <84377976+nikita-web-ua@users.noreply.github.com> Date: Wed, 17 May 2023 14:51:58 +0200 Subject: [PATCH] [ACS-5171] Facets section - UI changes (#3195) * [ACS-5171] facets section - ui changes * [ACS-5171] code improvements * [ACS-5171] set theme variable for border color --- projects/aca-content/assets/i18n/en.json | 3 ++ .../search-results.component.html | 35 +++++++++++-------- .../search-results.component.scss | 24 +++++++++---- 3 files changed, 40 insertions(+), 22 deletions(-) diff --git a/projects/aca-content/assets/i18n/en.json b/projects/aca-content/assets/i18n/en.json index 56f5181fe..37c712c97 100644 --- a/projects/aca-content/assets/i18n/en.json +++ b/projects/aca-content/assets/i18n/en.json @@ -215,6 +215,9 @@ "DUBLIN_CORE": "Dublin core", "EFFECTIVITY": "Effectivity", "TITLE": "Search Results", + "FILTER_SET": "Filter Set:", + "ADVANCED_FILTERS": "Advanced Filters:", + "RESET": "Reset", "RESET_ACTION": "Reset search filters", "FOUND_RESULTS": "{{ number }} results found", "FOUND_ONE_RESULT": "{{ number }} result found", diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.html b/projects/aca-content/src/lib/components/search/search-results/search-results.component.html index 9cc85a86f..b6677f64a 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.html +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.html @@ -14,21 +14,26 @@
-
- - - - - - - +
+
+

{{ 'APP.BROWSE.SEARCH.FILTER_SET' | translate }}

+ +
+ +
+
+

{{ 'APP.BROWSE.SEARCH.ADVANCED_FILTERS' | translate }}

+ +
+ +