Permissions: Use icon for the remove permission link
This commit is contained in:
parent
462153fdf2
commit
9c8c81c201
|
@ -29,8 +29,9 @@
|
|||
<td><?= $this->escape($role->users) ?></td>
|
||||
<td><?= $this->escape($role->groups) ?></td>
|
||||
<td>
|
||||
<a href="<?= $this->url('permissions/remove', array('role' => $name)) ?>">
|
||||
<?= $this->translate('Remove role') ?>
|
||||
<a href="<?= $this->url('permissions/remove', array('role' => $name)) ?>"
|
||||
title="<?= $this->translate('Remove role') ?>">
|
||||
<?= $this->icon('cancel') ?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue