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

@ -352,6 +352,10 @@ class icon_system_fontawesome extends icon_system_font {
'core:m/USD' => 'fa-usd',
'core:t/addcontact' => 'fa-address-card',
'core:t/add' => 'fa-plus',
'core:t/angles-down' => 'fa-angles-down',
'core:t/angles-left' => 'fa-angles-left',
'core:t/angles-right' => 'fa-angles-right',
'core:t/angles-up' => 'fa-angles-up',
'core:t/approve' => 'fa-thumbs-up',
'core:t/assignroles' => 'fa-user-circle',
'core:t/award' => 'fa-trophy',

1
pix/t/angles-down.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"/></svg>

After

Width:  |  Height:  |  Size: 583 B

1
pix/t/angles-left.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"/></svg>

After

Width:  |  Height:  |  Size: 581 B

1
pix/t/angles-right.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"/></svg>

After

Width:  |  Height:  |  Size: 584 B

1
pix/t/angles-up.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"/></svg>

After

Width:  |  Height:  |  Size: 583 B

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>