mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'wip-mdl-44873-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
fce220eb97
2 changed files with 6 additions and 2 deletions
|
@ -35,7 +35,7 @@ class theme_bootstrapbase_core_renderer extends core_renderer {
|
|||
$message = clean_text($message);
|
||||
$type = '';
|
||||
|
||||
if ($classes == 'notifyproblem') {
|
||||
if (($classes == 'notifyproblem') || ($classes == 'notifytiny')) {
|
||||
$type = 'alert alert-error';
|
||||
}
|
||||
if ($classes == 'notifysuccess') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue