Skip to content

Commit

Permalink
Event history: move sort control to the right
Browse files Browse the repository at this point in the history
refs #6638
  • Loading branch information
Al2Klimov committed Nov 26, 2014
1 parent a3fa31c commit badad1d
Showing 1 changed file with 4 additions and 2 deletions.
@@ -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())); ?>
Expand Down

0 comments on commit badad1d

Please sign in to comment.