icingaweb2-module-businessp.../application/views/scripts/process/bprenderer.phtml
2016-11-28 16:03:12 +01:00

13 lines
372 B
PHTML

<?php if (! $this->compact && ! $this->showFullscreen): ?>
<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->title ?></h1>
<?= $this->breadcrumb->render() ?>
<?= $this->actions->render() ?>
</div>
<?php endif ?>
<div class="content<?= $this->compact ? ' compact' : '' ?>">
<?= $this->bpRenderer->render() ?>
<?= $this->render('warnings.phtml') ?>
</div>