2016-03-18 13:00:14 +01:00
|
|
|
<div class="controls">
|
|
|
|
<?= $this->tabs ?>
|
|
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
2016-05-02 10:30:01 +02:00
|
|
|
<span class="action-links">
|
2016-03-18 13:00:14 +01:00
|
|
|
<?= $this->addLink ?>
|
|
|
|
</span>
|
|
|
|
<?php if (count($table) || ($this->filterEditor && ! $this->filterEditor->getFilter()->isEmpty())): ?>
|
|
|
|
<?= $this->filterEditor ?>
|
|
|
|
<?php endif ?>
|
|
|
|
<?= $this->table->getPaginator() ?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
<?= $this->form ?>
|
|
|
|
<?php if (count($table)): ?>
|
|
|
|
<?= $this->table->render() ?>
|
|
|
|
<?php endif ?>
|
|
|
|
</div>
|