fix a forgetting

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

@ -9,15 +9,15 @@
// This is the visible toolbar set when the editor has "normal" size. // This is the visible toolbar set when the editor has "normal" size.
$config['ToolbarSets']['Normal'] = array( $config['ToolbarSets']['Normal'] = array(
array('FitWindow','-','PasteWord','-','Undo','Redo'), array('Link','Unlink'),
array('Link','Unlink','Anchor'),
array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex'), array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex'),
array('Table','Smiley'), array('Table','Smiley'),
array('TextColor','BGColor'),
array('Source'),
'/', '/',
array('FontName','FontSize'), array('FontName','FontSize'),
array('Bold','Italic','Underline'), array('Bold','Italic','Underline'),
array('JustifyLeft','JustifyCenter','-','OrderedList','UnorderedList','-','TextColor','BGColor'), array('JustifyLeft','JustifyCenter','-','OrderedList','UnorderedList')
array('Source')
); );
// This is the visible toolbar set when the editor is maximized. // This is the visible toolbar set when the editor is maximized.

Loading…
Cancel
Save