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

View File

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