Event history: move sort control to the right

refs #6638
This commit is contained in:
Alexander Klimov 2014-11-26 16:07:33 +01:00
parent a3fa31c35a
commit badad1df44
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
<?php if (false === $this->compact): ?>
<div class="controls">
<?= $this->tabs->render($this); ?>
<?= $this->tabs ?>
<div style="margin: 1em" class="dontprint">
<?= $this->translate('Sort by'); ?> <?= $this->sortControl->render($this); ?>
<div style="float: right">
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
</div>
</div>
<?= $this->widget('limiter', array('url' => $this->url, 'max' => $this->history->count())); ?>