icingaweb2-module-director/application/views/scripts/kickstart/index.phtml

16 lines
304 B
PHTML

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?><?php
if ($this->subtitle) {
echo ' <small>' . $this->escape($this->subtitle) . '</small>';
}
?></h1>
<span class="action-links">
<?= $this->actionLinks ?>
</span>
</div>
<div class="content">
<?= $this->form ?>
</div>