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

Adjust activity_settings_incourse.mustache template based on changes in settings_link_page.mustache

parent 4b757dfa
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2021-08-16 - Adjust activity_settings_incourse.mustache template based on changes in settings_link_page.mustache
* 2021-08-16 - Improvement: Adjusted tab appearance for in-course settings. * 2021-08-16 - Improvement: Adjusted tab appearance for in-course settings.
* 2021-08-16 - Adjusted settings_link_page.mustache template due to upstream changes in theme Boost. * 2021-08-16 - Adjusted settings_link_page.mustache template due to upstream changes in theme Boost.
* 2021-08-16 - Adjusted loginform.mustache template due to upstream changes in theme Boost. * 2021-08-16 - Adjusted loginform.mustache template due to upstream changes in theme Boost.
......
...@@ -50,14 +50,14 @@ ...@@ -50,14 +50,14 @@
<ul class="nav nav-tabs" role="tablist"> <ul class="nav nav-tabs" role="tablist">
<!-- First the top most activitynode and immediate children --> <!-- First the top most activitynode and immediate children -->
<li class="nav-item"> <li class="nav-item">
<a class="nav-link active" href="#activity-settings-{{key}}" data-toggle="tab" role="tab">{{activitynode.text}}</a> <a class="nav-link active" href="#activity-settings-{{key}}" data-toggle="tab" role="tab" aria-selected="true">{{activitynode.text}}</a>
</li> </li>
<!-- Now the first level children with sub activitynodes --> <!-- Now the first level children with sub activitynodes -->
{{#activitynode.children}} {{#activitynode.children}}
{{#children.count}} {{#children.count}}
{{#display}} {{#display}}
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="#activity-settings-{{key}}" data-toggle="tab" role="tab">{{text}}</a> <a class="nav-link" href="#activity-settings-{{key}}" data-toggle="tab" role="tab" aria-selected="false" tabindex="-1">{{text}}</a>
</li> </li>
{{/display}} {{/display}}
{{/children.count}} {{/children.count}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment