Adding youtube in fckeditor icon when adding documents

skala
Julio Montoya 14 years ago
parent 59559d7a13
commit 5357cfa45a
  1. 4
      main/inc/lib/fckeditor/toolbars/extended/documents.php
  2. 2
      main/inc/lib/fckeditor/toolbars/extended/learning_path_documents.php

@ -22,7 +22,7 @@ else{
$config['ToolbarSets']['Normal'] = array( $config['ToolbarSets']['Normal'] = array(
array('Save','NewPage','Templates','-','PasteWord'), array('Save','NewPage','Templates','-','PasteWord'),
array('Undo','Redo'), array('Undo','Redo'),
array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'), array('Link','Image','flvPlayer','Flash','YouTube','MP3','TableOC','mimetex','asciimath','asciisvg'),
array('UnorderedList','OrderedList','Rule'), array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyFull'), array('JustifyLeft','JustifyCenter','JustifyFull'),
array('Abbr'), array('Abbr'),
@ -37,7 +37,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('Cut','Copy','Paste','PasteText','PasteWord'), array('Cut','Copy','Paste','PasteText','PasteWord'),
array('Undo','Redo','-','SelectAll','Find','-','RemoveFormat'), array('Undo','Redo','-','SelectAll','Find','-','RemoveFormat'),
array('Link','Unlink','Anchor','Glossary'), array('Link','Unlink','Anchor','Glossary'),
array('Image','imgmapPopup','flvPlayer','EmbedMovies','YouTube','Flash','MP3','googlemaps','Smiley','SpecialChar','insertHtml','mimetex','asciimath','asciisvg'), array('Image','imgmapPopup','flvPlayer','Flash','YouTube','EmbedMovies','MP3','googlemaps','Smiley','SpecialChar','insertHtml','mimetex','asciimath','asciisvg'),
'/', '/',
array('TableOC','Table','TableInsertRowAfter','TableDeleteRows','TableInsertColumnAfter','TableDeleteColumns','TableInsertCellAfter','TableDeleteCells','TableMergeCells','TableHorizontalSplitCell','TableVerticalSplitCell','TableCellProp','-','CreateDiv'), array('TableOC','Table','TableInsertRowAfter','TableDeleteRows','TableInsertColumnAfter','TableDeleteColumns','TableInsertCellAfter','TableDeleteCells','TableMergeCells','TableHorizontalSplitCell','TableVerticalSplitCell','TableCellProp','-','CreateDiv'),
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'), array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),

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

Loading…
Cancel
Save