[svn r10142] some fixes on FCKeditor

skala
Ludovic Gasc 19 years ago
parent 1f1e87c315
commit c0e9e43f67
  1. 2
      main/css/default/default.css
  2. 2
      main/newscorm/learnpath.class.php

@ -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;
}

@ -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%';

Loading…
Cancel
Save