monitoring: Update controls markup in comments

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-30 18:03:37 +02:00
parent 975230d116
commit 7481e3af43
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
<?php if (! $this->compact): ?>
<div class="controls">
<?= $tabs ?>
<?= $this->tabs ?>
<?= $this->render('list/components/selectioninfo.phtml') ?>
<div class="grid">
<?= $this->sortBox ?>
<?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->paginator ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>