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