mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
2e6fed8862
commit
1543bc6aa3
@ -15,7 +15,7 @@ if (! $this->compact): ?>
|
|||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="content users">
|
<div class="content">
|
||||||
<?php if (! isset($backend)): ?>
|
<?php if (! isset($backend)): ?>
|
||||||
<p><?= $this->translate('No backend found which is able to list users.') ?></p>
|
<p><?= $this->translate('No backend found which is able to list users.') ?></p>
|
||||||
</div>
|
</div>
|
||||||
@ -35,7 +35,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
|
|||||||
'class' => 'user-add'
|
'class' => 'user-add'
|
||||||
)) ?>
|
)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<table data-base-target="_next" class="action user-list alternating">
|
<table data-base-target="_next" class="action">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="user-name"><?= $this->translate('Username') ?></th>
|
<th class="user-name"><?= $this->translate('Username') ?></th>
|
||||||
@ -47,7 +47,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
|
|||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($users as $user): ?>
|
<?php foreach ($users as $user): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="user-name"><?= $this->qlink(
|
<td><?= $this->qlink(
|
||||||
$user->user_name,
|
$user->user_name,
|
||||||
'user/show',
|
'user/show',
|
||||||
array(
|
array(
|
||||||
@ -59,7 +59,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
|
|||||||
)
|
)
|
||||||
) ?></td>
|
) ?></td>
|
||||||
<?php if ($reducible): ?>
|
<?php if ($reducible): ?>
|
||||||
<td class="user-remove"><?= $this->qlink(
|
<td><?= $this->qlink(
|
||||||
null,
|
null,
|
||||||
'user/remove',
|
'user/remove',
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user