From 1490c23139ba9749c02f1ae35bf63609e6a252b2 Mon Sep 17 00:00:00 2001 From: Anvit Srivastav Date: Wed, 27 Sep 2023 14:13:21 -0700 Subject: [PATCH] Fix institutional search box options (#1635) - Fixed institutional search options not showing up in BS2 theme, and advanced search options not auto-expanding on the browse page when using the showAdvanced url parameter. - Changed the search box to have global search as the default option - Fixed institutional search in arArchivesCanadaPlugin by moving the quick links bar to be after the header in the template. - Removed the search input area having the placeholder include the repository name since this might be confusing as it doesn't update when the user clicks an institutional search option radio button. --- .../templates/_advancedSearch.php | 6 +- apps/qubit/modules/search/templates/_box.php | 12 +- apps/qubit/templates/_header.php | 16 +-- .../css/less/header.less | 4 + .../modules/search/templates/_box.php | 14 +-- .../templates/_header.php | 114 +++++++++--------- .../templates/_advancedSearch.php | 4 +- .../modules/search/templates/_box.php | 3 +- 8 files changed, 81 insertions(+), 92 deletions(-) diff --git a/apps/qubit/modules/informationobject/templates/_advancedSearch.php b/apps/qubit/modules/informationobject/templates/_advancedSearch.php index 62de362c5c..81a6522403 100644 --- a/apps/qubit/modules/informationobject/templates/_advancedSearch.php +++ b/apps/qubit/modules/informationobject/templates/_advancedSearch.php @@ -6,15 +6,15 @@