NOBUG Usability: workshop manual allocator uses standard icon to remove stuff

This commit is contained in:
David Mudrak 2010-06-08 23:09:32 +00:00
parent e8a2d78842
commit abfe7c34d8

View File

@ -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'));
}
}