Current File : /home/karenpetzb/application/modules/backoffice/views/scripts/alert_tr.phtml
<?php if (!empty($this->messageError) || !empty($this->messageSuccess)) { ?>
<tr>
	<td colspan="2"><?php echo $this->render("alert.phtml"); ?></td>
</tr>
<?php } ?>