monitoring: Update controls markup in contact groups

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-31 09:15:39 +02:00
parent a2ff8c9778
commit 6e287d7905
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
if (! $this->compact): ?>
<div class="controls">
<?= $tabs ?>
<div class="grid">
<?= $this->sortBox ?>
<?= $this->tabs ?>
<?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->paginator ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>