CSS: Use icon-cancel for the remove role link

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:39:05 +02:00
parent a69244dc22
commit dbe8b7a439
1 changed files with 3 additions and 2 deletions

View File

@ -37,13 +37,14 @@
</td>
<td><?= $this->escape($role->users) ?></td>
<td><?= $this->escape($role->groups) ?></td>
<td>
<td class="text-right">
<?= $this->qlink(
'',
'role/remove',
array('role' => $name),
array(
'icon' => 'trash',
'class' => 'action-link',
'icon' => 'cancel',
'title' => sprintf($this->translate('Remove role %s'), $name)
)
) ?>