Merge branch 'm28_MDL-46250' of https://github.com/totara/moodle

This commit is contained in:
Dan Poltawski 2014-07-14 13:12:43 +01:00
commit d3181cc8b5
5 changed files with 14 additions and 5 deletions

View file

@ -111,7 +111,7 @@ M.form_filemanager.init = function(Y, options) {
var labelid = 'fm-dialog-label_'+ this.selectnode.get('id');
this.selectui = new M.core.dialogue({
draggable : true,
headerContent: '<span id="' + labelid +'">' + M.str.moodle.edit + '</span>',
headerContent: '<h3 id="' + labelid +'">' + M.str.moodle.edit + '</h3>',
bodyContent : this.selectnode,
centered : true,
width : '480px',