Merge branch '42805-26' of git://github.com/samhemelryk/moodle

This commit is contained in:
Marina Glancy 2013-11-11 21:48:39 +11:00
commit c4ce365aa1
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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({

View File

@ -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({