From: moodler Date: Fri, 21 Apr 2006 02:26:29 +0000 (+0000) Subject: Bug #5274 - HTML Editor Full Screen, Wrong Image location X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1939c80a54b90db223ef2b0c34be6e146bd3b5d4;p=moodle.git Bug #5274 - HTML Editor Full Screen, Wrong Image location --- diff --git a/lib/editor/htmlarea/popups/fullscreen.php b/lib/editor/htmlarea/popups/fullscreen.php index dc87c00ae0..78b1ca8f8d 100644 --- a/lib/editor/htmlarea/popups/fullscreen.php +++ b/lib/editor/htmlarea/popups/fullscreen.php @@ -124,7 +124,7 @@ function init() { config.height = "auto"; // change maximize button to minimize button - config.btnList["popupeditor"] = [ "", "wwwroot ?>/lib/editor/images/fullscreen_minimize.gif", true, + config.btnList["popupeditor"] = [ "", "wwwroot ?>/lib/editor/htmlarea/images/fullscreen_minimize.gif", true, function() { window.close(); } ]; // generate editor and resize it