|
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
|
<span class="action-links">
|
|
<?= $this->actionLinks ?>
|
|
<?= $this->render('object/deploymentLink.phtml') ?>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<?= $this->form ?>
|
|
</div>
|