|
|
@@ -15,7 +15,7 @@ CKEDITOR.plugins.add("ddfilebrowser", { |
|
|
|
var systemZoom = width / window.screen.availWidth; |
|
|
|
var posLeft = (width - w) / 2 / systemZoom + dualScreenLeft; |
|
|
|
var posTop = (height - h) / 2 / systemZoom + dualScreenTop; |
|
|
|
window.open("./dialog/select_soft.php?f=" + a.name, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + posLeft + ", top=" + posTop); |
|
|
|
window.open("./dialog/select_soft.php?f=" + a.name + "&noeditor=yes", "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + posLeft + ", top=" + posTop); |
|
|
|
} |
|
|
|
}); |
|
|
|
a.ui.addButton("DDFileBrowser", |
|
|
|