mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02:00
7 lines
207 B
PHTML
7 lines
207 B
PHTML
<div class="controls">
|
|
<?= $tabs ?>
|
|
</div>
|
|
<div class="content">
|
|
<?= $form->create()->setTitle(null) // @TODO(el): create() has to be called because the UserForm is setting the title there ?>
|
|
</div>
|