[svn r22241] FS#2867 - The online editor: Renaming a toolbar, 'CommentLearningPath' --> 'LearningPathAuthor'.

skala
Ivan Tcholakov 16 years ago
parent eb4a482a82
commit b9013db6dc
  1. 0
      main/inc/lib/fckeditor/toolbars/learning_path_author.php
  2. 0
      main/inc/lib/fckeditor/toolbars_maxi/learning_path_author.php
  3. 2
      main/newscorm/lp_edit.php

@ -105,7 +105,7 @@ if (api_get_setting('allow_course_theme') == 'true')
}
//Author
$form->addElement('html_editor', 'lp_author', get_lang('Author'), array('size'=>80), array('ToolbarSet' => 'CommentLearningPath', 'Width' => '100%', 'Height' => '150px') );
$form->addElement('html_editor', 'lp_author', get_lang('Author'), array('size'=>80), array('ToolbarSet' => 'LearningPathAuthor', 'Width' => '100%', 'Height' => '150px') );
$form->applyFilter('lp_author', 'html_filter');
// LP image

Loading…
Cancel
Save