CSS: Use icon-cancel for removing users

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 12:28:56 +02:00
parent f138c3b555
commit d99166eae4
1 changed files with 1 additions and 1 deletions

View File

@ -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 ?>