Merge branch 'MDL-36105-master' of https://github.com/mackensen/moodle

This commit is contained in:
Sam Hemelryk
2012-10-30 12:31:22 +13:00
+1 -1
View File
@@ -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');