Merge branch 'MDL-85466-500' of https://github.com/lucaboesch/moodle into MOODLE_500_STABLE
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user