mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-36633 usability: Styling over the admin pages
This commit is contained in:
parent
6bf410ed4b
commit
fa9c0aab13
21 changed files with 93 additions and 60 deletions
|
@ -2274,7 +2274,7 @@ function grade_button($type, $courseid, $object) {
|
|||
$url = new moodle_url('edit.php', array('courseid' => $courseid, 'id' => $object->id));
|
||||
}
|
||||
|
||||
return $OUTPUT->action_icon($url, new pix_icon('t/'.$type, ${'str'.$type}));
|
||||
return $OUTPUT->action_icon($url, new pix_icon('t/'.$type, ${'str'.$type}, '', array('class' => 'iconsmall')));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue