From 1939c80a54b90db223ef2b0c34be6e146bd3b5d4 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 21 Apr 2006 02:26:29 +0000 Subject: [PATCH] Bug #5274 - HTML Editor Full Screen, Wrong Image location --- lib/editor/htmlarea/popups/fullscreen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5