Fix icon for remove action in the user group list

This commit is contained in:
Florian Strohmaier 2016-04-05 14:13:24 +02:00 committed by Eric Lippmann
parent 9d87b469c7
commit 73a80234cb
1 changed files with 2 additions and 1 deletions

View File

@ -82,8 +82,9 @@ if (! isset($backend)) {
'group' => $group->group_name
),
array(
'class' => 'action-link',
'title' => sprintf($this->translate('Remove user group %s'), $group->group_name),
'icon' => 'trash'
'icon' => 'cancel'
)
); ?>
</td>