mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-07 13:10:14 +01:00
- Icons have now the {{XY_ICON}} format
- custom classes are removed
- A few typos are fixed
- Capitalization
refs #4550
refs #4621
refs #4584
9 lines
223 B
PHTML
9 lines
223 B
PHTML
<?= $this->tabs->render($this); ?>
|
|
<h4>{{REMOVE_ICON}} Remove Backend "<?= $this->escape($this->name) ?>"</h4>
|
|
|
|
<p>
|
|
Are you sure you want to remove the backend <?= $this->escape($this->name) ?>?
|
|
</p>
|
|
|
|
<?= $this->form; ?>
|