icingaweb2-module-director/application/views/scripts/command/arguments.phtml

12 lines
247 B
PHTML
Raw Normal View History

2015-08-03 13:42:19 +02:00
<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
<span class="action-links" data-base-target="_next">
2015-08-03 13:42:19 +02:00
<?= $this->addLink ?>
</div>
<div class="content">
<?= $this->form ?>
<?= $this->table->render() ?>
</div>