Merge branch 'wip-MDL-33321-master' of git://github.com/kwiliarty/moodle
This commit is contained in:
Vendored
+1
-2
@@ -37,8 +37,7 @@ YUI.add('moodle-core-dragdrop', function(Y) {
|
||||
.setAttrs({
|
||||
'src' : M.util.image_url(MOVEICON.pix, MOVEICON.component),
|
||||
'alt' : title,
|
||||
'title' : M.str.moodle.move,
|
||||
'hspace' : '3'
|
||||
'title' : M.str.moodle.move
|
||||
});
|
||||
if (iconclass) {
|
||||
dragicon.addClass(iconclass);
|
||||
|
||||
Reference in New Issue
Block a user