<?php defined('_VALID') or die('Restricted Access!'); ?>
<div class="ui-content">
<div class="ui-body ui-body-b ui-corner-all warning">
<a href="#" data-role="button" data-icon="delete" data-iconpos="notext" style="float:right;" id="close">Button</a>
<?php foreach ($this->warnings as $warning): echo '<h4 style="margin-top: 2px;">',e($warning),'</h3><br />'; endforeach; ?>
</div>
</div>