mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'm28_MDL-46250' of https://github.com/totara/moodle
This commit is contained in:
commit
d3181cc8b5
5 changed files with 14 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue