objects/table: support stayHere and form

This commit is contained in:
Thomas Gelf 2016-03-18 13:01:58 +01:00
parent 574cb91093
commit dae5fe621e
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
<?= $this->table->getPaginator() ?>
</div>
<div class="content" data-base-target="_next">
<div class="content"<?php if (! $this->stayHere): ?> data-base-target="_next"<?php endif ?>>
<?= $this->form ?>
<?php if (count($table)): ?>
<?= $this->table->render() ?>
<?php endif ?>