Skip to content
Snippets Groups Projects
Commit 744ac289 authored by Alexander Bias's avatar Alexander Bias
Browse files

Adjusted footer.mustache due to upstream changes in theme Boost core

parent 4e510d73
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2021-04-20 - Adjusted footer.mustache due to upstream changes in theme Boost core (MDL-70173).
### v3.9-r8
* 2021-04-14 - Bugfix: Help Icon content in the modal dialog versions sometimes inherited unwanted CSS layout - Credits to @danowar2k
......
......@@ -42,8 +42,8 @@
{{^bcbttbutton}}
<div id="goto-top-link">
{{! go to top is sticky to footer so needs to be sibling }}
<a class="btn btn-light" role="button" href="#">
{{#pix}} i/up, core, {{#str}} totop, theme_boost {{/str}}{{/pix}}
<a class="btn btn-light" role="button" href="#" aria-label="{{#str}} totop, theme_boost {{/str}}">
{{#pix}} i/up, core{{/pix}}
</a>
</div>
{{/bcbttbutton}}
......
......@@ -19,8 +19,8 @@
}}
<div id="goto-top-link">
{{! go to top is sticky to footer so needs to be sibling }}
<a class="btn btn-light" role="button" href="#">
{{#pix}} i/up, core, {{#str}} totop, theme_boost {{/str}}{{/pix}}
<a class="btn btn-light" role="button" href="#" aria-label="{{#str}} totop, theme_boost {{/str}}">
{{#pix}} i/up, core{{/pix}}
</a>
</div>
<footer id="page-footer" class="py-3 bg-dark text-light">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment