list/services: try to move sort controls righthand
This commit is contained in:
parent
4b50de372f
commit
58a9e1b345
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in New Issue