list/services: no more separate filter preview
This commit is contained in:
parent
58a9e1b345
commit
569851f45b
|
@ -11,9 +11,6 @@ if (!$this->compact): ?>
|
|||
<div style="float: right">
|
||||
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
|
||||
</div>
|
||||
<?php if (! $this->filterEditor): ?>
|
||||
<?= $this->filterPreview ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php if ($this->limit === 0): ?>
|
||||
<?= $this->widget('limiter') ?>
|
||||
|
|
Loading…
Reference in New Issue