Skip to content

Commit

Permalink
CSS: Use icon-cancel for removing a resource
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 340e846 commit b954786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/config/resource.phtml
Expand Up @@ -54,7 +54,7 @@
'config/removeresource',
array('resource' => $name),
array(
'icon' => 'trash',
'icon' => 'cancel',
'title' => sprintf($this->translate('Remove resource %s'), $name)
)
) ?>
Expand Down

0 comments on commit b954786

Please sign in to comment.