mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 03:14:20 +02:00
NOBUG Usability: workshop manual allocator uses standard icon to remove stuff
This commit is contained in:
parent
e8a2d78842
commit
abfe7c34d8
@ -190,6 +190,6 @@ class workshopallocation_manual_renderer extends plugin_renderer_base {
|
||||
* @return html code to be displayed
|
||||
*/
|
||||
protected function remove_allocation_icon($link) {
|
||||
return $this->output->action_icon($link, new pix_icon('i/cross_red_big', 'X'));
|
||||
return $this->output->action_icon($link, new pix_icon('t/delete', 'X'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user