<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php if (isset($this->warnings) && $this->warnings): ?>
<div class="alert alert-danger">
<?php foreach ($this->warnings as $warning): echo '<strong>',$warning,'</strong>',"n"; endforeach; ?>
</div>
<?php endif; ?>