list/services: try to move sort controls righthand

This commit is contained in:
Thomas Gelf 2014-11-15 23:58:53 +01:00
parent 4b50de372f
commit 58a9e1b345
1 changed files with 2 additions and 0 deletions

View File

@ -8,7 +8,9 @@ if (!$this->compact): ?>
<?= $this->tabs ?>
<div style="margin: 1em;" class="dontprint">
<?= $this->render('list/components/servicesummary.phtml') ?>
<div style="float: right">
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
</div>
<?php if (! $this->filterEditor): ?>
<?= $this->filterPreview ?>
<?php endif ?>