2014-07-28 19:17:03 +02:00
|
|
|
<div class="controls">
|
2015-02-11 13:58:55 +01:00
|
|
|
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
2015-02-10 17:09:56 +01:00
|
|
|
<h1><?= /** @type string $title */ $title ?></h1>
|
2014-07-28 19:17:03 +02:00
|
|
|
</div>
|
2015-02-11 13:58:55 +01:00
|
|
|
<div class="content">
|
2015-02-11 15:15:37 +01:00
|
|
|
<?= /** @type \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
|
2014-07-28 19:17:03 +02:00
|
|
|
</div>
|