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
372 B
Smarty
16 lines
372 B
Smarty
<div id="{alert_id}" class="alert alert-dismissable alert-{type} clearfix">
|
|
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
|
|
|
<!-- IF image -->
|
|
<img src="{image}">
|
|
<!-- ENDIF image -->
|
|
|
|
<!-- IF title -->
|
|
<strong>{title}</strong>
|
|
<!-- ENDIF title -->
|
|
|
|
<!-- IF message -->
|
|
<p>{message}</p>
|
|
<!-- ENDIF message -->
|
|
</div>
|