MDL-55564 theme_noname: Use alert-danger rather than alert-error

Part of MDL-55071
This commit is contained in:
Frederic Massart 2016-08-16 13:55:51 +08:00 committed by Dan Poltawski
parent 2c773bb359
commit 376e14fa34

View File

@ -36,7 +36,7 @@
Example context (json):
{ "message": "Your pants are on fire!", "closebutton": 1, "announce": 1, "extraclasses": "foo bar"}
}}
<div class="alert alert-error alert-block fade in {{ extraclasses }}" {{!
<div class="alert alert-danger alert-block fade in {{ extraclasses }}" {{!
}}{{# announce }} role="alert"{{/ announce }}{{!
}}>
{{# closebutton }}<button type="button" class="close" data-dismiss="alert">&times;</button>{{/ closebutton }}