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,11 +1,8 @@
<?php if (! $this->compact): ?> <?php if (! $this->compact): ?>
<div class="controls separated"> <div class="controls separated">
<?= $this->tabs ?> <?= $this->tabs ?>
<div class="grid">
<?= $this->limiter ?>
<?= $this->paginator ?> <?= $this->paginator ?>
</div> </div>
</div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">
<table class="table-row-selectable common-table" data-base-target="_next"> <table class="table-row-selectable common-table" data-base-target="_next">