From 8b4b61cb45fe6ac9dbbdfde7cb4408e785eebce2 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Thu, 29 Feb 2024 10:32:38 +0100 Subject: [PATCH] display sticky footer when mass editing --- templates/courseformat/content.mustache | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/courseformat/content.mustache b/templates/courseformat/content.mustache index 3c35596..5aa9214 100644 --- a/templates/courseformat/content.mustache +++ b/templates/courseformat/content.mustache @@ -295,6 +295,11 @@ {{> core_courseformat/local/content/addsection}} {{/ core_courseformat/local/content/addsection}} {{/numsections}} + {{#bulkedittools}} + {{$ core_courseformat/local/content/bulkedittools}} + {{> core_courseformat/local/content/bulkedittools}} + {{/ core_courseformat/local/content/bulkedittools}} + {{/bulkedittools}} </div> {{#js}} require(['core_courseformat/local/content'], function(component) { -- GitLab