Преглед на файлове

Adding EmbedMovies and YouTube buttons in forums

Julio Montoya преди 12 години
родител
ревизия
e2bd83af8d
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      main/inc/lib/fckeditor/toolbars/extended/forum.php
  2. 1 1
      main/inc/lib/fckeditor/toolbars/extended/forum_student.php

+ 1 - 1
main/inc/lib/fckeditor/toolbars/extended/forum.php

@@ -23,7 +23,7 @@ else{
 $config['ToolbarSets']['Normal'] = array(
 	array('Save','NewPage','Templates','-','PasteWord'),
 	array('Undo','Redo'),
-	array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
+	array('Link','Image','flvPlayer','EmbedMovies', 'YouTube', 'Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
 	array('UnorderedList','OrderedList','Rule'),
 	array('Abbr'),
 	array('JustifyLeft','JustifyCenter','JustifyFull'),

+ 1 - 1
main/inc/lib/fckeditor/toolbars/extended/forum_student.php

@@ -23,7 +23,7 @@ else{
 $config['ToolbarSets']['Normal'] = array(
 	array('Save','NewPage','Templates','-','PasteWord'),
 	array('Undo','Redo'),
-	array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
+	array('Link','Image','flvPlayer','EmbedMovies', 'YouTube', 'Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
 	array('UnorderedList','OrderedList','Rule'),
 	array('JustifyLeft','JustifyCenter','JustifyFull'),
 	array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor'),