From a377cc530138fb3d548e3a9b8c5077dd9cb177fd Mon Sep 17 00:00:00 2001 From: Charles Fulton Date: Wed, 17 Oct 2012 11:07:12 -0700 Subject: [PATCH] MDL-36105 grades: use consistent icon classs --- grade/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grade/lib.php b/grade/lib.php index 37629ebf297..67e9f70d9ed 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -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');