2015-08-03 13:42:19 +02:00
|
|
|
<div class="controls">
|
|
|
|
<?= $this->tabs ?>
|
|
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
2016-05-02 10:30:01 +02:00
|
|
|
<span class="action-links" data-base-target="_next">
|
2015-08-03 13:42:19 +02:00
|
|
|
<?= $this->addLink ?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
<?= $this->form ?>
|
|
|
|
<?= $this->table->render() ?>
|
|
|
|
</div>
|