mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
MDL-36105 grades: use consistent icon classs
This commit is contained in:
parent
ecfe814e0f
commit
a377cc5301
@ -1539,7 +1539,7 @@ class grade_structure {
|
||||
|
||||
$url->param('action', 'show');
|
||||
|
||||
$hideicon = $OUTPUT->action_icon($url, new pix_icon('t/'.$type, $tooltip, 'moodle', array('alt'=>$strshow, 'class'=>'iconsmall')));
|
||||
$hideicon = $OUTPUT->action_icon($url, new pix_icon('t/'.$type, $tooltip, 'moodle', array('alt'=>$strshow, 'class'=>'smallicon')));
|
||||
|
||||
} else {
|
||||
$url->param('action', 'hide');
|
||||
|
Loading…
x
Reference in New Issue
Block a user