From 1d4d2cebe0e3c0105ebd7eae5325945888be3200 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 1 Oct 2006 16:38:26 +0000 Subject: [PATCH] left-hand pane on image upload screen is missing MDL-6759 --- lib/editor/htmlarea/popups/insert_image.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/editor/htmlarea/popups/insert_image.php b/lib/editor/htmlarea/popups/insert_image.php index b4c1d0c0af..b2c9474991 100644 --- a/lib/editor/htmlarea/popups/insert_image.php +++ b/lib/editor/htmlarea/popups/insert_image.php @@ -264,12 +264,11 @@ form { margin-bottom: 0px; margin-top: 0px; } "; + echo ""; } else { - print ""; - }?>
- wwwroot."/lib/editor/htmlarea/coursefiles.php?usecheckboxes=1&id=".$course->id."\" style=\"width: 100%; height: 200px;\">": - "";?> + print "
"; + }?> :
-- 2.39.5