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

9 lines
142 B
PHTML

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