fix a forgetting

skala
Juan Carlos Raña 16 years ago
parent d1586d9f66
commit ef662a421f
  1. 10
      main/inc/lib/fckeditor/toolbars/extended/messages.php

@ -8,16 +8,16 @@
// For more information: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
// This is the visible toolbar set when the editor has "normal" size.
$config['ToolbarSets']['Normal'] = array(
array('FitWindow','-','PasteWord','-','Undo','Redo'),
array('Link','Unlink','Anchor'),
$config['ToolbarSets']['Normal'] = array(
array('Link','Unlink'),
array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex'),
array('Table','Smiley'),
array('TextColor','BGColor'),
array('Source'),
'/',
array('FontName','FontSize'),
array('Bold','Italic','Underline'),
array('JustifyLeft','JustifyCenter','-','OrderedList','UnorderedList','-','TextColor','BGColor'),
array('Source')
array('JustifyLeft','JustifyCenter','-','OrderedList','UnorderedList')
);
// This is the visible toolbar set when the editor is maximized.

Loading…
Cancel
Save