mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 08:39:34 -05:00
16 lines
406 B
PHTML
16 lines
406 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->escape($this->title) ?>
|
|
<a href="<?= $this->url('businessprocess/process/source', array(
|
|
'config' => $this->configName
|
|
)) ?>" title="<?= $this->escape('Show configuration source') ?>"><?= $this->icon('doc-text') ?></a>
|
|
</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<?= $this->form ?>
|
|
<div data-base-target="_main">
|
|
<?= $this->deleteForm ?>
|
|
</div>
|
|
</div>
|
|
|