Commit 042d22e3 authored by Michal Čihař's avatar Michal Čihař

Migrate messages to bootsrap

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bb4b2564
<div class="ui-widget">
<div style="padding: 0pt 0.7em;" class="ui-state-{% if tags == "error" %}error{% else %}highlight{% endif %} ui-corner-all">
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-{% if tags == "error" or tags == "warning" %}alert{% else %}info{% endif %}"></span>
{{ message }}
</p>
</div>
</div>
<div class="alert alert-{% if tags == "error"%}danger{% else %}{{ tags }}{% endif %}">{{ message }}</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment