mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 08:02:56 -04:00
parent
942d55c0d4
commit
1d99780a61
1 changed files with 4 additions and 4 deletions
|
|
@ -52,10 +52,10 @@
|
|||
<td><?= $this->escape($role->groups) ?></td>
|
||||
<td>
|
||||
<a href="<?= $this->url('roles/remove', array('role' => $name)) ?>"
|
||||
title="<?php printf(
|
||||
$this->translate('Remove role "%s"'),
|
||||
$name
|
||||
); ?>">
|
||||
title="<?= sprintf(
|
||||
$this->translate('Remove role %s'),
|
||||
$name
|
||||
) ?>">
|
||||
<?= $this->icon('cancel') ?>
|
||||
</a>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue