mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-27381 fixed 'overwrite files' dialog zindex in safari
This commit is contained in:
parent
6e7b113da9
commit
1448c5952f
@ -253,10 +253,10 @@ M.core_filepicker.init = function(Y, options) {
|
||||
var dialog = new YAHOO.widget.SimpleDialog("dlg", {
|
||||
width: "50em",
|
||||
fixedcenter: true,
|
||||
modal: true,
|
||||
close: false,
|
||||
icon: YAHOO.widget.SimpleDialog.ICON_HELP,
|
||||
visible: true,
|
||||
zIndex: 9999993,
|
||||
draggable: true,
|
||||
buttons: [{ text: M.str.repository.overwrite, handler: handleOverwrite },
|
||||
{ text: M.str.repository.renameto + ' "' + data.newfile.filename + '"', handler: handleRename },
|
||||
|
Loading…
x
Reference in New Issue
Block a user