You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
398 B
Smarty

<div id="{alert_id}" class="alert alert-dismissable alert-{type} clearfix" component="toaster/toast">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<!-- IF image -->
<img src="{image}">
<!-- ENDIF image -->
<!-- IF title -->
<strong>{title}</strong>
<!-- ENDIF title -->
<!-- IF message -->
<p>{message}</p>
<!-- ENDIF message -->
</div>