list/table: still in use, so remove filterEditor

...as that one is obsolete for now
This commit is contained in:
Thomas Gelf 2017-07-27 10:36:19 +02:00
parent ccfd2176fb
commit 8333c2f754

View File

@ -6,9 +6,6 @@
<span class="action-links"<?php if (! $this->stayHere): ?> data-base-target="_next"<?php endif ?>>
<?= $this->addLink ?>
</span>
<?php if ($this->filterEditor): ?>
<?= $this->filterEditor ?>
<?php endif ?>
<?= $this->table->getPaginator() ?>
</div>
<?php endif ?>