From 60c8c7f63477bdf2da5c581d987b98d1bb817126 Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Thu, 4 Apr 2024 00:18:30 +0300 Subject: [PATCH] feat: added logic for displaying and hiding the xblock modal editing window --- cms/templates/container_editor.html | 43 +++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/cms/templates/container_editor.html b/cms/templates/container_editor.html index cb7d6ddbf68a..c091e2500f48 100644 --- a/cms/templates/container_editor.html +++ b/cms/templates/container_editor.html @@ -93,6 +93,11 @@ <%static:css group='style-vendor'/> <%static:css group='style-vendor-tinymce-content'/> <%static:css group='style-vendor-tinymce-skin'/> + % if uses_bootstrap: @@ -132,7 +137,7 @@ - + <%block name="view_notes"> ${_("Skip to main content")} @@ -181,8 +186,40 @@