mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Roles: Fix header position
This commit is contained in:
parent
9aa2f6f555
commit
3c16db3b0d
@ -1,9 +1,9 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $tabs ?>
|
<?= $tabs ?>
|
||||||
|
<h1><?= $this->translate('Roles') ?></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div>
|
<div>
|
||||||
<h1><?= $this->translate('Roles') ?></h1>
|
|
||||||
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
||||||
<?= $this->translate('No roles found.') ?>
|
<?= $this->translate('No roles found.') ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<div class="content">
|
<div class="controls">
|
||||||
<h1><?= $this->translate('New Role') ?></h1>
|
<h1><?= $this->translate('New Role') ?></h1>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
<?= $form ?>
|
<?= $form ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<div class="content">
|
<div class="controls">
|
||||||
<h1><?= sprintf($this->translate('Remove Role %s'), $name) ?></h1>
|
<h1><?= sprintf($this->translate('Remove Role %s'), $name) ?></h1>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
<?= $form ?>
|
<?= $form ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<div class="content">
|
<div class="controls">
|
||||||
<h1><?= sprintf($this->translate('Update Role %s'), $name) ?></h1>
|
<h1><?= sprintf($this->translate('Update Role %s'), $name) ?></h1>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
<?= $form ?>
|
<?= $form ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user