Remove unncessary controls in the navigation overview
This commit is contained in:
parent
5e2e741a7e
commit
d69ecd4bbf
|
@ -1,16 +1,8 @@
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls separated">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<div class="grid dont-print">
|
<div class="grid">
|
||||||
<div class="col-1-3 text-left">
|
<?= $this->sortBox ?>
|
||||||
<?= $this->limiter ?>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3">
|
|
||||||
<?= $this->paginator ?>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-right">
|
|
||||||
<?= $this->sortBox ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue