list/services: no more separate filter preview

This commit is contained in:
Thomas Gelf 2014-11-15 23:59:49 +01:00
parent 58a9e1b345
commit 569851f45b
1 changed files with 0 additions and 3 deletions

View File

@ -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') ?>