icingaweb2-module-businessp.../application/views/scripts/node/add.phtml

7 lines
139 B
PHTML
Raw Normal View History

2016-11-28 16:16:33 -05:00
<?= $this->controls->render() ?>
2015-03-16 04:08:00 -04:00
2016-11-28 16:16:33 -05:00
<div class="content">
2015-03-16 04:08:00 -04:00
<h1><?= $this->translate('Add new process node') ?></h1>
<?= $this->form ?>
</div>