gradebook MDL-22495 fixed the move to links on the categories and items page

This commit is contained in:
Andrew Davis 2010-05-18 09:54:02 +00:00
parent 2bf93a3cb5
commit 84d32de3a6

View File

@ -215,7 +215,9 @@ class grade_edit_tree {
$cell = new html_table_cell();
$cell->colspan = 12;
$cell->text = $OUTPUT->action_icon($aurl, $strmovehere, new pix_icon(array('class'=>'movetarget'), 'movehere'));
$icon = new pix_icon('movehere', $strmovehere, null, array('class'=>'movetarget'));
$cell->text = $OUTPUT->action_icon($aurl, $icon);
$moveto = new html_table_row(array($cell));
}