mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-33292-master-3' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
93de786561
2 changed files with 11 additions and 1 deletions
1
lib/yui/chooserdialogue/chooserdialogue.js
vendored
1
lib/yui/chooserdialogue/chooserdialogue.js
vendored
|
@ -22,6 +22,7 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
|
|||
var params = {
|
||||
bodyContent : bodycontent.get('innerHTML'),
|
||||
headerContent : headercontent.get('innerHTML'),
|
||||
draggable : true,
|
||||
visible : false, // Hide by default
|
||||
zindex : 100, // Display in front of other items
|
||||
lightbox : true, // This dialogue should be modal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue