mysliceMessage() js function can be used to display a message
[unfold.git] / portal / templates / _widget-message.html
1 <div class="alert alert-dismissable" id="myslice-message" style="display:none;">
2 <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
3 <span class="glyphicon glyphicon-exclamation-sign"></span>
4 <span class="message"></span>
5 </div>