From c2adaa2478fb16afe08108dca55d2a1089dc893e Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Thu, 31 Oct 2024 09:40:45 +0100 Subject: [PATCH] display footer when mass editing --- templates/courseformat/content.mustache | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/courseformat/content.mustache b/templates/courseformat/content.mustache index 1b5c3d5..f17aa58 100644 --- a/templates/courseformat/content.mustache +++ b/templates/courseformat/content.mustache @@ -303,6 +303,12 @@ {{> 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