From: julmis Date: Mon, 23 Feb 2004 15:33:32 +0000 (+0000) Subject: Dialog update for students view X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4a9d4e041fcf99bf5d40d963d13fec3f32917a66;p=moodle.git Dialog update for students view Original smaller dialogs for students. --- diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index a529a154f5..f229ea0a75 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -1430,7 +1430,12 @@ HTMLArea.prototype._createLink = function(link) { f_title : link.title, f_target : link.target }; - this._popupDialog("link.php?id=", function(param) { + this._popupDialog("", function(param) { if (!param) return false; var a = link; @@ -1474,7 +1479,12 @@ HTMLArea.prototype._insertImage = function(image) { f_width : image.width, f_height : image.height }; - this._popupDialog("insert_image.php?id=", function(param) { + this._popupDialog("", function(param) { if (!param) { // user must have pressed Cancel return false; }