CSS: Use action-link for the remove resource link

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:22:52 +02:00
parent b954786bf7
commit a47265eb17
1 changed files with 1 additions and 0 deletions

View File

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