Merge branch 'MDL-85466-500' of https://github.com/lucaboesch/moodle into MOODLE_500_STABLE

This commit is contained in:
Huong Nguyen
2025-06-26 08:22:20 +07:00
+1 -1
View File
@@ -176,7 +176,7 @@ class core_course_management_renderer extends plugin_renderer_base {
$a->parentcategory = $parent->get_formatted_name();
$textlabel = get_string('categorysubcategoryof', 'moodle', $a);
}
$courseicon = $this->output->pix_icon('i/course', get_string('courses'));
$courseicon = $this->output->pix_icon('i/course', get_string('courses'), 'core', ['class' => 'ps-1']);
$bcatinput = array(
'id' => 'categorylistitem' . $category->id,
'type' => 'checkbox',