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

15 lines
469 B
PHTML
Raw Normal View History

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?>
<a href="<?= $this->url()->with('mode', 'toplevel') ?>" title="<?= $this->escape('Switch to toplevel view') ?>"><?= $this->icon('dashboard') ?></a>
2014-11-30 06:18:04 -05:00
<?= $this->render('simulationlink.phtml') ?>
<?= $this->render('editlink.phtml') ?>
</h1>
</div>
<div class="content" data-base-target="_next">
2014-11-30 06:18:04 -05:00
<?= $this->bp->renderHtml($this) ?>
2014-11-30 06:14:45 -05:00
<?= $this->render('warnings.phtml') ?>
</div>