be used merged from MOODLE_19_STABLE
dialog.showAtElement(dialog.editor._iframe, "c");
dialog.content.style.width = "400px";
if (document.all) {
- dialog.content.style.height = dialog.content.clientHeight + 20 + 'px';
+ dialog.content.style.height = dialog.content.clientHeight + 60 + 'px'; //moodlefix
}
});
};
dialog.addButtons("ok", "cancel");
dialog.showAtElement(dialog.editor._iframe, "c");
if (document.all) {
- dialog.content.style.height = dialog.content.clientHeight + 20 + 'px';
+ dialog.content.style.height = dialog.content.clientHeight + 60 + 'px'; //moodlefix
}
});
};