Skip to content

Commit

Permalink
MDL-81337 core_courseformat: Add 'Add section' / 'Add content' tooltips.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Apr 5, 2024
1 parent 26649f5 commit 5af261d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -44,6 +44,7 @@
data-new-sections="{{newsection}}"
data-action="addSection"
{{#insertafter}} data-id="{{id}}" {{/insertafter}}
title="{{title}}"
>
{{#pix}} t/add, core {{/pix}}
<span class="sr-only">{{title}}</span>
Expand Down
1 change: 1 addition & 0 deletions course/templates/activitychooserbuttonactivity.mustache
Expand Up @@ -38,6 +38,7 @@
data-beforemod="{{id}}"
aria-label="{{#str}}insertresourceoractivitybefore, core, { "activityname": {{#quote}} {{activityname}} {{/quote}} } {{/str}}"
tabindex="0"
title="{{#str}}addresourceoractivity, core{{/str}}"
>
{{#pix}} t/add, core {{/pix}}
</button>

0 comments on commit 5af261d

Please sign in to comment.