2013-11-20 19:10:38 +01:00
|
|
|
|
2013-08-20 15:45:04 +02:00
|
|
|
<?php if ($this->name): ?>
|
2013-11-20 19:10:38 +01:00
|
|
|
<h4><i> <i class="icinga-icon-edit"></i> Edit Backend "<?= $this->escape($this->name) ?>"</h4>
|
2013-08-20 15:45:04 +02:00
|
|
|
<?php else: ?>
|
2013-11-20 19:10:38 +01:00
|
|
|
<h4> <i class="icinga-icon-create"></i> Create New Backend</h4>
|
2013-08-20 15:45:04 +02:00
|
|
|
<?php endif; ?>
|
|
|
|
|
|
|
|
<?php if ($this->error): ?>
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
<?= $this->escape($this->error); ?>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
|
|
|
|
<?= $this->form; ?>
|