icingaweb2-module-businessp.../application/views/scripts/warnings.phtml
2014-11-30 12:14:45 +01:00

6 lines
196 B
PHTML

<?php if ($this->warnings): ?>
<h2><?= $this->translate('Warnings') ?></h2>
<?php foreach ($this->warnings as $warning): ?>
<?= $this->escape($warning) ?><br />
<?php endforeach ?>
<?php endif ?>