From 4a9d4e041fcf99bf5d40d963d13fec3f32917a66 Mon Sep 17 00:00:00 2001 From: julmis Date: Mon, 23 Feb 2004 15:33:32 +0000 Subject: [PATCH] Dialog update for students view Original smaller dialogs for students. --- lib/editor/htmlarea.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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; } -- 2.39.5