From c8ac8de2c7f156cf71c2ac18651195cf39d3eb22 Mon Sep 17 00:00:00 2001 From: Mathew May Date: Thu, 1 Aug 2019 14:38:45 +0800 Subject: [PATCH] MDL-50472 boost: Add maintenance message to the login page. --- theme/boost/templates/core/loginform.mustache | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/theme/boost/templates/core/loginform.mustache b/theme/boost/templates/core/loginform.mustache index 5f8066697da..ecfada8dd94 100644 --- a/theme/boost/templates/core/loginform.mustache +++ b/theme/boost/templates/core/loginform.mustache @@ -224,6 +224,23 @@ {{/hasinstructions}} +{{#maintenance}} +
+
+
+
+
+

{{#str}}sitemaintenance, core_admin{{/str}}

+
+
+ {{{maintenance}}} +
+
+
+
+
+{{/maintenance}} + {{#js}} {{#error}} require(['jquery'], function($) {