From c0e9e43f676c17dff3cb6096ea6266ed2253dc1b Mon Sep 17 00:00:00 2001 From: Ludovic Gasc Date: Thu, 23 Nov 2006 07:15:25 +0100 Subject: [PATCH] [svn r10142] some fixes on FCKeditor --- main/css/default/default.css | 2 +- main/newscorm/learnpath.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/css/default/default.css b/main/css/default/default.css index 7b9ca4ee95..5e6382b423 100644 --- a/main/css/default/default.css +++ b/main/css/default/default.css @@ -1376,7 +1376,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;} } /* FCKeditor */ -#content___Frame, #forum_category_comment___Frame, #forum_comment___Frame, #post_text___Frame +#content___Frame, #forum_category_comment___Frame, #forum_comment___Frame, #post_text___Frame, #texte___Frame { margin-left: -200px; } diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index d84eb5de50..2f36bc960d 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -5310,7 +5310,7 @@ class learnpath { else $content = ''; - $oFCKeditor = new FCKeditor('content') ; + $oFCKeditor = new FCKeditor('content_lp') ; $oFCKeditor->BasePath = api_get_path(WEB_PATH) . 'main/inc/lib/fckeditor/' ; $oFCKeditor->Height = '400'; $oFCKeditor->Width = '100%';