mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch '42805-26' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
c4ce365aa1
@ -1730,7 +1730,7 @@ BLOCK.prototype = {
|
||||
|
||||
movetoimg = Y.Node.create('<img />').setAttrs({
|
||||
alt : Y.Escape.html(M.str.block.undockitem),
|
||||
title : Y.Escape.html(M.util.get_string('undockblock', 'block', blocktitle.innerHTML)),
|
||||
title : Y.Escape.html(M.util.get_string('undockblock', 'block', blocktitle.get('innerHTML'))),
|
||||
src : M.util.image_url(icon, 'moodle')
|
||||
});
|
||||
moveto = Y.Node.create('<a class="moveto customcommand requiresjs"></a>').setAttrs({
|
||||
|
File diff suppressed because one or more lines are too long
@ -1716,7 +1716,7 @@ BLOCK.prototype = {
|
||||
|
||||
movetoimg = Y.Node.create('<img />').setAttrs({
|
||||
alt : Y.Escape.html(M.str.block.undockitem),
|
||||
title : Y.Escape.html(M.util.get_string('undockblock', 'block', blocktitle.innerHTML)),
|
||||
title : Y.Escape.html(M.util.get_string('undockblock', 'block', blocktitle.get('innerHTML'))),
|
||||
src : M.util.image_url(icon, 'moodle')
|
||||
});
|
||||
moveto = Y.Node.create('<a class="moveto customcommand requiresjs"></a>').setAttrs({
|
||||
|
2
lib/yui/src/dock/js/block.js
vendored
2
lib/yui/src/dock/js/block.js
vendored
@ -138,7 +138,7 @@ BLOCK.prototype = {
|
||||
|
||||
movetoimg = Y.Node.create('<img />').setAttrs({
|
||||
alt : Y.Escape.html(M.str.block.undockitem),
|
||||
title : Y.Escape.html(M.util.get_string('undockblock', 'block', blocktitle.innerHTML)),
|
||||
title : Y.Escape.html(M.util.get_string('undockblock', 'block', blocktitle.get('innerHTML'))),
|
||||
src : M.util.image_url(icon, 'moodle')
|
||||
});
|
||||
moveto = Y.Node.create('<a class="moveto customcommand requiresjs"></a>').setAttrs({
|
||||
|
Loading…
x
Reference in New Issue
Block a user