2013-08-12 15:58:26 +02:00
|
|
|
<?= $this->tabs->render($this); ?>
|
2013-08-27 14:37:22 +02:00
|
|
|
|
|
|
|
<?php if ($this->successMessage): ?>
|
|
|
|
<div class="alert alert-success">
|
2013-10-23 12:25:51 +02:00
|
|
|
<i class="icinga-icon-success"></i>
|
2013-08-27 14:37:22 +02:00
|
|
|
<strong><?= $this->escape($this->successMessage); ?></strong>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
|
2013-08-14 10:53:25 +02:00
|
|
|
<?= $this->form ?>
|