mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
gradebook MDL-22495 fixed the move to links on the categories and items page
This commit is contained in:
parent
2bf93a3cb5
commit
84d32de3a6
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user