Update user and group list controls markup

refs #11145
This commit is contained in:
Florian Strohmaier 2016-02-16 15:59:07 +01:00 committed by Eric Lippmann
parent 13f8da254c
commit 4ea1e054e9
2 changed files with 12 additions and 16 deletions

View File

@ -5,16 +5,14 @@ use Icinga\Data\Reducible;
if (! $this->compact): ?> if (! $this->compact): ?>
<div class="controls separated"> <div class="controls separated">
<?= $tabs; ?> <?= $this->tabs ?>
<div class="grid"> <?= $this->paginator ?>
<?= $this->sortBox ?> <div class="sort-controls-container">
<?= $this->limiter ?> <?= $this->limiter ?>
<?= $this->paginator ?> <?= $this->sortBox ?>
</div>
<div>
<?= $this->backendSelection; ?>
<?= $this->filterEditor; ?>
</div> </div>
<?= $this->backendSelection ?>
<?= $this->filterEditor ?>
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">

View File

@ -5,16 +5,14 @@ use Icinga\Data\Reducible;
if (! $this->compact): ?> if (! $this->compact): ?>
<div class="controls separated"> <div class="controls separated">
<?= $tabs ?> <?= $this->tabs ?>
<div class="grid"> <?= $this->paginator ?>
<?= $this->sortBox ?> <div class="sort-controls-container">
<?= $this->limiter ?> <?= $this->limiter ?>
<?= $this->paginator ?> <?= $this->sortBox ?>
</div>
<div>
<?= $this->backendSelection ?>
<?= $this->filterEditor ?>
</div> </div>
<?= $this->backendSelection ?>
<?= $this->filterEditor ?>
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">