Skip to content
Snippets Groups Projects
Commit 83d92973 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted columns2.mustache template due to upstream changes in theme Boost.

parent b77b8516
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 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.
* 2019-05-31 - Adjusted function render_help_icon() in core_renderer.php due to upstream changes in theme Boost.
* 2019-05-31 - Adjusted function render_login() in core_renderer.php due to upstream changes in theme Boost.
......
......@@ -81,7 +81,7 @@
<div> {{{ output.region_main_settings_menu }}} </div>
</div>
{{/hasregionmainsettingsmenu}}
<section id="region-main" {{#hasblocks}}class="has-blocks mb-3"{{/hasblocks}}>
<section id="region-main" {{#hasblocks}}class="has-blocks mb-3"{{/hasblocks}} aria-label="{{#str}}content{{/str}}">
{{#hasregionmainsettingsmenu}}
<div class="region_main_settings_menu_proxy"></div>
......@@ -96,7 +96,7 @@
</section>
{{#hasblocks}}
<section data-region="blocks-column" class="d-print-none">
<section data-region="blocks-column" class="d-print-none" aria-label="{{#str}}blocks{{/str}}">
{{{ sidepreblocks }}}
</section>
{{/hasblocks}}
......
......@@ -68,7 +68,7 @@
<div> {{{ output.region_main_settings_menu }}} </div>
</div>
{{/hasregionmainsettingsmenu}}
<section id="region-main" {{#hasblocks}}class="has-blocks mb-3"{{/hasblocks}}>
<section id="region-main" {{#hasblocks}}class="has-blocks mb-3"{{/hasblocks}} aria-label="{{#str}}content{{/str}}">
{{#hasregionmainsettingsmenu}}
<div class="region_main_settings_menu_proxy"></div>
......@@ -80,7 +80,7 @@
</section>
{{#hasblocks}}
<section data-region="blocks-column" class="d-print-none">
<section data-region="blocks-column" class="d-print-none" aria-label="{{#str}}blocks{{/str}}">
{{{ sidepreblocks }}}
</section>
{{/hasblocks}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment