diff --git a/templates/views/views-view--uw_view_catalog_show_nodes.html.twig b/templates/views/views-view--uw_view_catalog_show_nodes.html.twig index 5a2c9b1f1bec82e22551947bec667fcabc2a7728..73e573a36600c6e398e9d0e7de702ec9b43ce479 100644 --- a/templates/views/views-view--uw_view_catalog_show_nodes.html.twig +++ b/templates/views/views-view--uw_view_catalog_show_nodes.html.twig @@ -2,6 +2,12 @@ 'content_list': content_list, } %} +{% if catalog_search %} + {% include '@components/catalog-search/catalog-search.twig' with { + 'catalog_search': catalog_search + } %} +{% endif %} + {% include '@components/view/views-view/views-view.twig' with { 'title_prefix': title_prefix, 'title': title, diff --git a/templates/views/views-view--uw_view_catalog_show_terms.html.twig b/templates/views/views-view--uw_view_catalog_show_terms.html.twig index 5a2c9b1f1bec82e22551947bec667fcabc2a7728..73e573a36600c6e398e9d0e7de702ec9b43ce479 100644 --- a/templates/views/views-view--uw_view_catalog_show_terms.html.twig +++ b/templates/views/views-view--uw_view_catalog_show_terms.html.twig @@ -2,6 +2,12 @@ 'content_list': content_list, } %} +{% if catalog_search %} + {% include '@components/catalog-search/catalog-search.twig' with { + 'catalog_search': catalog_search + } %} +{% endif %} + {% include '@components/view/views-view/views-view.twig' with { 'title_prefix': title_prefix, 'title': title, diff --git a/templates/views/views-view.html.twig b/templates/views/views-view.html.twig index 3e0d7d10190aa77c2019413d2ac6a8cf80606fb2..3fe269cc61072bcc79810e29372396b3168fb85c 100644 --- a/templates/views/views-view.html.twig +++ b/templates/views/views-view.html.twig @@ -40,6 +40,12 @@ ] %} +{% if catalog_search %} + {% include '@components/catalog-search/catalog-search.twig' with { + 'catalog_search': catalog_search + } %} +{% endif %} + {% include '@components/view/views-view/views-view.twig' with { 'attributes': attributes, 'css_name': css_name, diff --git a/uw_fdsu_theme_resp.info.yml b/uw_fdsu_theme_resp.info.yml index 5c639356caa1db7b4866fd664ee6f624b71f11d1..9e4ecbe0fb2cb711e8046b1be55503baec66e6c7 100644 --- a/uw_fdsu_theme_resp.info.yml +++ b/uw_fdsu_theme_resp.info.yml @@ -39,6 +39,8 @@ stylesheets-remove: - 'core/themes/seven/css/base/elements.css' - 'core/themes/seven/css/components/pager.css' - 'core/themes/seven/css/classy/components/pager.css' +# - 'core/themes/seven/css/classy/components/form.css' +# - 'core/themes/seven/css/components/form.css' # - '@stable/css/system/components/align.module.css' # - '@stable/css/system/components/fieldgroup.module.css' # - '@stable/css/system/components/container-inline.module.css'