parent
bb565b28aa
commit
a2d067ba97
|
@ -1,10 +1,10 @@
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $tabs ?>
|
<?= $tabs ?>
|
||||||
<div class="grid">
|
|
||||||
<?= $this->sortBox ?>
|
|
||||||
<?= $this->limiter ?>
|
|
||||||
<?= $this->paginator ?>
|
<?= $this->paginator ?>
|
||||||
|
<div class="sort-controls-container">
|
||||||
|
<?= $this->limiter ?>
|
||||||
|
<?= $this->sortBox ?>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue