monitoring: Update controls markup in contacts

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-31 09:19:41 +02:00
parent bb565b28aa
commit a2d067ba97
1 changed files with 3 additions and 3 deletions

View File

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