Skip to content

Commit

Permalink
Remove unncessary controls in the navigation overview
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Nov 3, 2015
1 parent 5e2e741 commit d69ecd4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions application/views/scripts/navigation/index.phtml
@@ -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>
Expand Down

0 comments on commit d69ecd4

Please sign in to comment.