mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-25 18:50:21 -05:00
11 lines
207 B
PHTML
11 lines
207 B
PHTML
<div class="controls">
|
|
<?= $this->tabs->render($this); ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<?php if (isset($this->messageBox)): ?>
|
|
<?= $this->messageBox->render() ?>
|
|
<?php endif ?>
|
|
|
|
<?= $this->form ?>
|
|
</div>
|