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->sortBox ?>
<?= $this->limiter ?>
<?= $this->paginator ?> <?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->sortBox ?>
</div> </div>
<div> <?= $this->backendSelection ?>
<?= $this->backendSelection; ?> <?= $this->filterEditor ?>
<?= $this->filterEditor; ?>
</div>
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">

View File

@ -5,17 +5,15 @@ 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->sortBox ?>
<?= $this->limiter ?>
<?= $this->paginator ?> <?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->sortBox ?>
</div> </div>
<div>
<?= $this->backendSelection ?> <?= $this->backendSelection ?>
<?= $this->filterEditor ?> <?= $this->filterEditor ?>
</div> </div>
</div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">
<?php <?php