Files
pathfinder/public/templates/form/message.html
2017-05-27 21:27:03 +02:00

7 lines
346 B
HTML

<div style="display: none;" class="alert {{messageTypeClass}} alert-dismissible" >
{{#dismissible}}
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><i class="fa fa-close"></i></button>
{{/dismissible}}
<span class="txt-color {{messageTextClass}}">{{title}}</span>
<small>{{text}}</small>
</div>