Merge branch 'MDL-82528-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE

This commit is contained in:
Huong Nguyen 2024-07-24 12:00:09 +07:00
commit 28a7d39b2a
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
3 changed files with 3 additions and 5 deletions

View File

@ -1587,7 +1587,7 @@ function course_get_cm_edit_actions(cm_info $mod, $indent = -1, $sr = null) {
$str->groupmode,
$groupmode->get_choice_list(),
['class' => 'editing_groupmode'],
new pix_icon('i/groupv', '', 'moodle', ['class' => 'iconsmall'])
new pix_icon('t/groupv', '', 'moodle', ['class' => 'iconsmall'])
);
}

View File

@ -410,7 +410,7 @@ class icon_system_fontawesome extends icon_system_font {
'core:t/grades' => 'fa-table',
'core:t/groupn' => 'fa-user',
'core:t/groups' => 'fa-user-circle',
'core:t/groupv' => 'fa-user-circle-o',
'core:t/groupv' => 'fa-user-group',
'core:t/hide' => 'fa-eye',
'core:t/index_drawer' => 'fa-list',
'core:t/left' => 'fa-arrow-left',

View File

@ -1,3 +1 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
]><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" preserveAspectRatio="xMinYMid meet" overflow="visible"><path d="M2 12v-1.2c0-.5.2-1.2.7-1.5l3.2-1.8c.5-.3.6-.8.3-1.3 0 0-.9-1.1-.9-2.5C5.2 1.7 6.5 0 8.1 0S11 1.7 11 3.8c0 1.4-.9 2.5-.9 2.5-.3.4-.2 1 .3 1.2l1.6.9V12H2zm-.6-4.4L0 8.2V12h1v-1.8c0-.5.2-1.2.7-1.4l2.6-1.5c.5-.3.7-.9.4-1.4 0 0-.5-1-.5-2.1 0-1.3.4-2.4 1.1-3.3C4.9.2 4.4 0 3.9 0 2.3 0 1 1.7 1 3.8c0 1.4.9 2.5.9 2.5.3.4 0 1-.5 1.3z" fill="#888"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM609.3 512l-137.8 0c5.4-9.4 8.6-20.3 8.6-32l0-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2l61.4 0C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z"/></svg>

Before

Width:  |  Height:  |  Size: 650 B

After

Width:  |  Height:  |  Size: 732 B