applicationlog: Fix placement of the limiter control
This commit is contained in:
parent
f841c3d42f
commit
ded84a410a
|
@ -1,9 +1,9 @@
|
|||
<?php if (! $this->compact): ?>
|
||||
<div class="controls separated">
|
||||
<?= $this->tabs ?>
|
||||
<div class="grid">
|
||||
<?= $this->paginator ?>
|
||||
<div class="sort-controls-container">
|
||||
<?= $this->limiter ?>
|
||||
<?= $this->paginator ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Reference in New Issue