Fix icon for remove action in the user group list
This commit is contained in:
parent
9d87b469c7
commit
73a80234cb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue