Skip to content
Snippets Groups Projects
Commit 5432d9c7 authored by Aspectis's avatar Aspectis Committed by Dorian Merz
Browse files

refs #18775 [fid_bbi] redesign advanced search

* Style the advanced search while keeping the old template unchanged (for now). Multi-selects are handled via the already included SlimSelect scripts.
* Add `role="main"` to `main`, which seems redundant, but is required by the Bootstrap theme's advanced search JS, otherwise the search group inputs are missing.
* Always display the (simple) search box in the header, even on the advanced search page.
* fix type inputs
** Remove SlimSelect from type inputs;
** these fields are cloned, which removes the required handlers. Since they only contain 10 options, they work well without a filter.
* add info box
** Display an info box above the search results with an edit link when advanced search is active.
* hide range slider
parent e7d98259
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment