Remove limiter control in the modules overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:45:59 +01:00
parent 3e5f801ea3
commit b03c822dbb

View File

@ -1,10 +1,7 @@
<?php if (! $this->compact): ?> <?php if (! $this->compact): ?>
<div class="controls separated"> <div class="controls separated">
<?= $this->tabs ?> <?= $this->tabs ?>
<div class="grid"> <?= $this->paginator ?>
<?= $this->limiter ?>
<?= $this->paginator ?>
</div>
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">