icingaweb2-module-businessp.../application/views/scripts/process/bprenderer.phtml
Thomas Gelf d930e97b9c ProcessController: remodel links, add bprenderer...
...to introduce the TileRenderer
2016-11-28 00:46:53 +01:00

12 lines
335 B
PHTML

<?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>