Merge branch 'MDL-82861' of https://github.com/paulholden/moodle
This commit is contained in:
+2
-2
@@ -631,11 +631,11 @@ EditorNotify.prototype = {
|
||||
}
|
||||
|
||||
if (type === NOTIFY_WARNING) {
|
||||
messageTypeIcon = '<img src="' +
|
||||
messageTypeIcon = '<img class="icon" src="' +
|
||||
M.util.image_url('i/warning', 'moodle') +
|
||||
'" alt="' + M.util.get_string('warning', 'moodle') + '"/>';
|
||||
} else if (type === NOTIFY_INFO) {
|
||||
messageTypeIcon = '<img src="' +
|
||||
messageTypeIcon = '<img class="icon" src="' +
|
||||
M.util.image_url('i/info', 'moodle') +
|
||||
'" alt="' + M.util.get_string('info', 'moodle') + '"/>';
|
||||
} else {
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+2
-2
@@ -628,11 +628,11 @@ EditorNotify.prototype = {
|
||||
}
|
||||
|
||||
if (type === NOTIFY_WARNING) {
|
||||
messageTypeIcon = '<img src="' +
|
||||
messageTypeIcon = '<img class="icon" src="' +
|
||||
M.util.image_url('i/warning', 'moodle') +
|
||||
'" alt="' + M.util.get_string('warning', 'moodle') + '"/>';
|
||||
} else if (type === NOTIFY_INFO) {
|
||||
messageTypeIcon = '<img src="' +
|
||||
messageTypeIcon = '<img class="icon" src="' +
|
||||
M.util.image_url('i/info', 'moodle') +
|
||||
'" alt="' + M.util.get_string('info', 'moodle') + '"/>';
|
||||
} else {
|
||||
|
||||
+2
-2
@@ -96,11 +96,11 @@ EditorNotify.prototype = {
|
||||
}
|
||||
|
||||
if (type === NOTIFY_WARNING) {
|
||||
messageTypeIcon = '<img src="' +
|
||||
messageTypeIcon = '<img class="icon" src="' +
|
||||
M.util.image_url('i/warning', 'moodle') +
|
||||
'" alt="' + M.util.get_string('warning', 'moodle') + '"/>';
|
||||
} else if (type === NOTIFY_INFO) {
|
||||
messageTypeIcon = '<img src="' +
|
||||
messageTypeIcon = '<img class="icon" src="' +
|
||||
M.util.image_url('i/info', 'moodle') +
|
||||
'" alt="' + M.util.get_string('info', 'moodle') + '"/>';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user