Permissions: Use icon for the remove permission link

This commit is contained in:
Eric Lippmann 2014-11-20 13:49:33 +01:00
parent 462153fdf2
commit 9c8c81c201
1 changed files with 3 additions and 2 deletions

View File

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