Skip to content

Commit

Permalink
MDL-36105 grades: use consistent icon classs
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Oct 17, 2012
1 parent ecfe814 commit a377cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ public function get_hiding_icon($element, $gpr) {

$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');
Expand Down

0 comments on commit a377cc5

Please sign in to comment.