Skip to content

Commit

Permalink
Remove limiter control in the modules overview
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 3e5f801 commit b03c822
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions application/views/scripts/config/modules.phtml
@@ -1,10 +1,7 @@
<?php if (! $this->compact): ?>
<div class="controls separated">
<?= $this->tabs ?>
<div class="grid">
<?= $this->limiter ?>
<?= $this->paginator ?>
</div>
<?= $this->paginator ?>
</div>
<?php endif ?>
<div class="content">
Expand Down

0 comments on commit b03c822

Please sign in to comment.