mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-25 00:59:34 -05:00
10 lines
145 B
PHTML
10 lines
145 B
PHTML
|
|
<div class="controls">
|
||
|
|
<?= $this->tabs ?>
|
||
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="content">
|
||
|
|
<?= $this->form ?>
|
||
|
|
</div>
|
||
|
|
|