Current File : /home/karenpetzb/application/modules/backoffice/views/scripts/alert.phtml
<div class="col-md-12 text-center no-space-top">
	<?php if (!empty($this->messageError)) { ?>
	<span class="alert alert-danger"><?php echo $this -> messageError; ?></span>
	<?php }
	if (!empty($this->messageSuccess)) { ?>
	<span class="alert alert-success"><?php echo $this -> messageSuccess; ?></span>
	<?php } ?>
</div>