Spacing, quick and dirty
This commit is contained in:
parent
2f61075260
commit
2f8c6a37d3
|
@ -1,8 +1,10 @@
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs->render($this); ?>
|
<?= $this->tabs->render($this); ?>
|
||||||
|
<div style="margin: 1em">
|
||||||
<?= $this->filterBox->render($this); ?>
|
<?= $this->filterBox->render($this); ?>
|
||||||
<?= $this->sortControl->render($this); ?>
|
<?= $this->sortControl->render($this); ?>
|
||||||
<?= $this->selectionToolbar('single'); ?>
|
<!--<?= $this->selectionToolbar('single'); ?>-->
|
||||||
|
</div>
|
||||||
<?= $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
|
<?= $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
|
<div style="margin: 1em">
|
||||||
<?= $this->sortControl->render($this) ?>
|
<?= $this->sortControl->render($this) ?>
|
||||||
<?= $this->selectionToolbar('single') ?>
|
<!--<?= $this->selectionToolbar('single') ?>-->
|
||||||
|
</div>
|
||||||
<?= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
|
<?= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue