diff options
Diffstat (limited to 'templates/w3/layout/alert.html')
-rw-r--r-- | templates/w3/layout/alert.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/w3/layout/alert.html b/templates/w3/layout/alert.html new file mode 100644 index 0000000..ba20ae9 --- /dev/null +++ b/templates/w3/layout/alert.html @@ -0,0 +1,4 @@ +<div{% if alert.css_id %} id="{{ alert.css_id }}"{% endif %}{% if alert.css_class %} class="{{ alert.css_class }}"{% endif %}> + {% if dismiss %}<button type="button" class="close" data-dismiss="alert">×</button>{% endif %} + {{ content }} +</div> |