icingaweb2-module-director/application/views/scripts/object/fields.phtml

13 lines
234 B
PHTML
Raw Normal View History

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
<span class="action-links">
2016-02-28 10:58:42 +01:00
<?= $this->actionLinks ?>
</span>
</div>
<div class="content">
<?= $this->form ?>
<?= $this->table->render() ?>
</div>