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
1 changed files with 1 additions and 1 deletions

View File

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