mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 13:34:39 +02:00
Partial fix for modal window size
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
ed.windowManager.open({
|
||||
file : url + '/dialog.php',
|
||||
width : 900 , // + parseInt(ed.getLang('e107bbcode.delta_width', 0)),
|
||||
height : 400, // + parseInt(ed.getLang('e107bbcode.delta_height', 0)),
|
||||
height : 450, // + parseInt(ed.getLang('e107bbcode.delta_height', 0)),
|
||||
inline : 1
|
||||
}, {
|
||||
plugin_url : url, // Plugin absolute URL
|
||||
|
Reference in New Issue
Block a user