list/object|table: add filter editor usage

refs #9729
This commit is contained in:
Alexander Fuhr 2015-07-29 15:26:16 +02:00
parent b6b7518285
commit bb8ba0c495
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<span data-base-target="_next">
<?= $this->addLink ?>
</span><br />
<?= $this->filterEditor ?><br />
<?= $this->table->getPaginator() ?>
</div>

View File

@ -4,6 +4,7 @@
<span data-base-target="_next">
<?= $this->addLink ?>
</span><br />
<?= $this->filterEditor ?><br />
<?= $this->table->getPaginator() ?>
</div>