CSS: Use icon-cancel for removing a resource

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:21:54 +02:00
parent 340e846c70
commit b954786bf7

View File

@ -54,7 +54,7 @@
'config/removeresource', 'config/removeresource',
array('resource' => $name), array('resource' => $name),
array( array(
'icon' => 'trash', 'icon' => 'cancel',
'title' => sprintf($this->translate('Remove resource %s'), $name) 'title' => sprintf($this->translate('Remove resource %s'), $name)
) )
) ?> ) ?>