mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-30 23:19:27 -05:00
view/scripts: work with Renderables only
This commit is contained in:
parent
dccf411a70
commit
d876f16022
3 changed files with 6 additions and 24 deletions
|
|
@ -1,7 +1,2 @@
|
|||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<?= $this->dashboard->render() ?>
|
||||
</div>
|
||||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,2 @@
|
|||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
<h1><?= $this->escape($this->title) ?></h1>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<?= $this->form ?>
|
||||
</div>
|
||||
|
||||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,2 @@
|
|||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
<h1><?= $this->escape($this->title) ?></h1>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<?= $this->form ?>
|
||||
</div>
|
||||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue