Spacing, quick and dirty

This commit is contained in:
Thomas Gelf 2014-03-09 20:09:26 +01:00
parent 2f61075260
commit 2f8c6a37d3
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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>