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
Showing
- themes/fid_bbi/js/theme.js 7 additions, 2 deletionsthemes/fid_bbi/js/theme.js
- themes/fid_bbi/languages/de.ini 2 additions, 0 deletionsthemes/fid_bbi/languages/de.ini
- themes/fid_bbi/scss/blocks/advanced-search.scss 175 additions, 72 deletionsthemes/fid_bbi/scss/blocks/advanced-search.scss
- themes/fid_bbi/scss/blocks/border.scss 2 additions, 0 deletionsthemes/fid_bbi/scss/blocks/border.scss
- themes/fid_bbi/scss/blocks/results.scss 11 additions, 0 deletionsthemes/fid_bbi/scss/blocks/results.scss
- themes/fid_bbi/templates/layout/layout.phtml 6 additions, 15 deletionsthemes/fid_bbi/templates/layout/layout.phtml
- themes/fid_bbi/templates/search/advanced-search-info.phtml 39 additions, 0 deletionsthemes/fid_bbi/templates/search/advanced-search-info.phtml
- themes/fid_bbi/templates/search/results.phtml 2 additions, 0 deletionsthemes/fid_bbi/templates/search/results.phtml
Please register or sign in to comment