2015-08-02 13:41:15 +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">
|
2016-02-28 10:58:42 +01:00
|
|
|
<?= $this->actionLinks ?>
|
|
|
|
</span>
|
2015-08-02 13:41:15 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
<?= $this->form ?>
|
2015-11-26 20:36:13 +01:00
|
|
|
<?= $this->table->render() ?>
|
2015-08-02 13:41:15 +02:00
|
|
|
</div>
|