Merge branch 'MDL-79600-master' of https://github.com/roland04/moodle

This commit is contained in:
Sara Arjona 2023-10-05 14:05:22 +02:00
commit 1bb937140f
No known key found for this signature in database
6 changed files with 12 additions and 3 deletions

View file

@ -24,7 +24,7 @@
}
}}
<div id="courseindexdrawercontrols" class="dropdown">
<button class="btn btn-icon rounded-circle"
<button class="btn btn-icon rounded-circle mx-2"
type="button"
data-toggle="dropdown"
aria-haspopup="true"
@ -38,14 +38,15 @@
href="#"
data-action="expandallcourseindexsections"
>
<i class="icon fa fa-angles-down" aria-hidden="true"></i>
{{#pix}} t/angles-down, core {{/pix}}
{{#str}}expandall{{/str}}
</a>
<a class="dropdown-item"
href="#"
data-action="collapseallcourseindexsections"
>
<i class="icon fa fa-angles-right" aria-hidden="true"></i>
<span class="dir-rtl-hide">{{#pix}} t/angles-right, core {{/pix}}</span>
<span class="dir-ltr-hide">{{#pix}} t/angles-left, core {{/pix}}</span>
{{#str}}collapseall{{/str}}
</a>
</div>