2013-11-06 19:02:30 +01:00
|
|
|
<h4>
|
|
|
|
<i class="icinga-icon-edit"></i>
|
|
|
|
Edit Resource "<?= $this->escape($this->name); ?>"
|
|
|
|
</h4>
|
|
|
|
|
2013-11-20 19:10:38 +01:00
|
|
|
<?php if (isset($this->messageBox)): ?>
|
|
|
|
<?= $this->messageBox->render() ?>
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
<?php if ($this->form->getErrorMessages()): ?>
|
2014-03-04 16:07:52 +01:00
|
|
|
<div>
|
2013-11-06 19:02:30 +01:00
|
|
|
<?php foreach ($this->form->getErrorMessages() as $error): ?>
|
2013-11-20 19:10:38 +01:00
|
|
|
<?= $this->escape($error); ?><br/>
|
2013-11-06 19:02:30 +01:00
|
|
|
<?php endforeach; ?>
|
|
|
|
</div>
|
2013-11-20 19:10:38 +01:00
|
|
|
<?php endif ?>
|
2013-11-06 19:02:30 +01:00
|
|
|
|
|
|
|
<?= $this->form ?>
|