mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
942d55c0d4
commit
1d99780a61
@ -52,10 +52,10 @@
|
|||||||
<td><?= $this->escape($role->groups) ?></td>
|
<td><?= $this->escape($role->groups) ?></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="<?= $this->url('roles/remove', array('role' => $name)) ?>"
|
<a href="<?= $this->url('roles/remove', array('role' => $name)) ?>"
|
||||||
title="<?php printf(
|
title="<?= sprintf(
|
||||||
$this->translate('Remove role "%s"'),
|
$this->translate('Remove role %s'),
|
||||||
$name
|
$name
|
||||||
); ?>">
|
) ?>">
|
||||||
<?= $this->icon('cancel') ?>
|
<?= $this->icon('cancel') ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user