diff --git a/mandelstudio/templates/layout.html b/mandelstudio/templates/layout.html index d02bcac..60f541c 100644 --- a/mandelstudio/templates/layout.html +++ b/mandelstudio/templates/layout.html @@ -85,6 +85,7 @@ oxyan.initImageZoom() {% block cdn_scripts %} {{ block.super }} +{% include "partials/search_modal.html" %} {% ocyanjson "wagtail" "wagtailuserbar_position" as position %} {% if position %} {% wagtailuserbar position %} diff --git a/mandelstudio/templates/oxyan/headers/partials/carbasa-user-bar.html b/mandelstudio/templates/oxyan/headers/partials/carbasa-user-bar.html new file mode 100644 index 0000000..d1fb7e4 --- /dev/null +++ b/mandelstudio/templates/oxyan/headers/partials/carbasa-user-bar.html @@ -0,0 +1,25 @@ +{% load i18n %} + +
+ + + diff --git a/mandelstudio/templates/oxyan/headers/partials/search.html b/mandelstudio/templates/oxyan/headers/partials/search.html new file mode 100644 index 0000000..541801a --- /dev/null +++ b/mandelstudio/templates/oxyan/headers/partials/search.html @@ -0,0 +1 @@ +{# Project override: use a Bootstrap modal popup search instead of the Carbasa inline search-wrapper dropdown. #} diff --git a/mandelstudio/templates/partials/search_modal.html b/mandelstudio/templates/partials/search_modal.html new file mode 100644 index 0000000..214a093 --- /dev/null +++ b/mandelstudio/templates/partials/search_modal.html @@ -0,0 +1,34 @@ +{% load i18n %} + + + +