From a05ba59b79fd44c23dd9a4629ccd4afb2de06747 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Fri, 31 May 2019 13:03:43 +0200 Subject: [PATCH] Adjusted login.mustache template due to upstream changes in theme Boost. --- CHANGES.md | 1 + templates/login.mustache | 2 +- templates/login.mustache.original | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fbcd33a..13820b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2019-06-03 - Adjusted login.mustache template due to upstream changes in theme Boost. * 2019-06-03 - Adjusted footer.mustache template due to upstream changes in theme Boost. * 2019-06-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost. * 2019-06-03 - Further formal changes to the renderers to be constistent with Moodle core. diff --git a/templates/login.mustache b/templates/login.mustache index 7be4394..679c45a 100644 --- a/templates/login.mustache +++ b/templates/login.mustache @@ -44,7 +44,7 @@ <div id="page" class="container-fluid mt-0"> <div id="page-content" class="row"> <div id="region-main-box" class="col-12"> - <section id="region-main" class="col-12"> + <section id="region-main" class="col-12" aria-label="{{#str}}content{{/str}}"> {{{ output.course_content_header }}} {{{ output.main_content }}} {{{ output.course_content_footer }}} diff --git a/templates/login.mustache.original b/templates/login.mustache.original index ebca109..f44017d 100644 --- a/templates/login.mustache.original +++ b/templates/login.mustache.original @@ -40,7 +40,7 @@ <div id="page" class="container-fluid mt-0"> <div id="page-content" class="row"> <div id="region-main-box" class="col-12"> - <section id="region-main" class="col-12"> + <section id="region-main" class="col-12" aria-label="{{#str}}content{{/str}}"> {{{ output.course_content_header }}} {{{ output.main_content }}} {{{ output.course_content_footer }}} -- GitLab