]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #5274 - HTML Editor Full Screen, Wrong Image location
authormoodler <moodler>
Fri, 21 Apr 2006 02:26:29 +0000 (02:26 +0000)
committermoodler <moodler>
Fri, 21 Apr 2006 02:26:29 +0000 (02:26 +0000)
lib/editor/htmlarea/popups/fullscreen.php

index dc87c00ae0f9da5fa30f29b5cf7412246370f2a1..78b1ca8f8d160b5aee90c015aa2d2e98e84dffc7 100644 (file)
@@ -124,7 +124,7 @@ function init() {
   config.height      = "auto";
 
   // change maximize button to minimize button
-  config.btnList["popupeditor"] = [ "<?php print_string("minimize","editor");?>", "<?php echo $CFG->wwwroot ?>/lib/editor/images/fullscreen_minimize.gif", true,
+  config.btnList["popupeditor"] = [ "<?php print_string("minimize","editor");?>", "<?php echo $CFG->wwwroot ?>/lib/editor/htmlarea/images/fullscreen_minimize.gif", true,
                                     function() { window.close(); } ];
 
   // generate editor and resize it