Skip to content
Snippets Groups Projects
Commit d4d483ed authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Messages displayed on the top of pages are now dismissable.

parent 8109b11b
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{block name=main} {block name=main}
{if !empty($message)} {if !empty($message)}
<div class="alert alert-{$message->type}" role="alert">{$message->message}</div> <div class="alert alert-dismissible alert-{$message->type}" role="alert">{$message->message}<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button></div>
{/if} {/if}
{* Global informations about the current poll *} {* Global informations about the current poll *}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment