icingaweb2-module-businessp.../application/views/scripts/process/bprenderer.phtml

13 lines
335 B
PHTML
Raw Normal View History

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