Skip to content

Commit

Permalink
CSS: Use icon-cancel for removing users
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent f138c3b commit d99166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/user/list.phtml
Expand Up @@ -68,7 +68,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
),
array(
'title' => sprintf($this->translate('Remove user %s'), $user->user_name),
'icon' => 'trash'
'icon' => 'cancel'
)
) ?></td>
<?php endif ?>
Expand Down

0 comments on commit d99166e

Please sign in to comment.