icingaweb2-module-director/application/views/scripts/object/form.phtml

12 lines
183 B
PHTML

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
<span>
<?= $this->actionLinks ?>
</span>
</div>
<div class="content">
<?= $this->form ?>
</div>