Remove unncessary controls in the navigation overview

This commit is contained in:
Eric Lippmann 2015-11-03 13:01:35 +01:00
parent 5e2e741a7e
commit d69ecd4bbf
1 changed files with 3 additions and 11 deletions

View File

@ -1,16 +1,8 @@
<?php if (! $this->compact): ?>
<div class="controls">
<div class="controls separated">
<?= $this->tabs ?>
<div class="grid dont-print">
<div class="col-1-3 text-left">
<?= $this->limiter ?>
</div>
<div class="col-1-3">
<?= $this->paginator ?>
</div>
<div class="col-1-3 text-right">
<?= $this->sortBox ?>
</div>
<div class="grid">
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>