parent
a69244dc22
commit
dbe8b7a439
|
@ -37,13 +37,14 @@
|
||||||
</td>
|
</td>
|
||||||
<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 class="text-right">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
'',
|
'',
|
||||||
'role/remove',
|
'role/remove',
|
||||||
array('role' => $name),
|
array('role' => $name),
|
||||||
array(
|
array(
|
||||||
'icon' => 'trash',
|
'class' => 'action-link',
|
||||||
|
'icon' => 'cancel',
|
||||||
'title' => sprintf($this->translate('Remove role %s'), $name)
|
'title' => sprintf($this->translate('Remove role %s'), $name)
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
|
|
Loading…
Reference in New Issue