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

View File

@ -29,8 +29,9 @@
<td><?= $this->escape($role->users) ?></td> <td><?= $this->escape($role->users) ?></td>
<td><?= $this->escape($role->groups) ?></td> <td><?= $this->escape($role->groups) ?></td>
<td> <td>
<a href="<?= $this->url('permissions/remove', array('role' => $name)) ?>"> <a href="<?= $this->url('permissions/remove', array('role' => $name)) ?>"
<?= $this->translate('Remove role') ?> title="<?= $this->translate('Remove role') ?>">
<?= $this->icon('cancel') ?>
</a> </a>
</td> </td>
</tr> </tr>