Small view changes

This commit is contained in:
Alexander Klimov 2014-03-12 11:22:20 +01:00
parent 5c0441bc06
commit fbd354fa55
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
<?php if ($this->name): ?>
<h4><i> <i class="icinga-icon-edit"></i> Edit Backend "<?= $this->escape($this->name) ?>"</h4>
<?php else: ?>

View File

@ -1,7 +1,5 @@
<?= $this->tabs->render($this); ?>
<br/>
<div class="alert alert-error">
<h4><i><i class="icinga-icon-error"></i> </i> Saving <?= $this->escape($this->file); ?>failed</h4>
<h4><i><i class="icinga-icon-error"></i> </i> Saving &quot;<?= $this->escape($this->file); ?>&quot; failed</h4>
<br/>
<p>
Your <?= $this->escape($this->file); ?> configuration couldn't be stored (error: "<?= $this->exceptionMessage; ?>").<br/>