diff --git a/main/inc/lib/fckeditor/toolbars_maxi/system_announcements.php b/main/inc/lib/fckeditor/toolbars_maxi/system_announcements.php index 730ba6bd62..6030a1d3b5 100644 --- a/main/inc/lib/fckeditor/toolbars_maxi/system_announcements.php +++ b/main/inc/lib/fckeditor/toolbars_maxi/system_announcements.php @@ -7,14 +7,17 @@ // This is the visible toolbar set when the editor has "normal" size. $config['ToolbarSets']['Normal'] = array( array('FitWindow','Save','Preview'), - array('Bold','Italic','Underline','StrikeThrough'), + array('Bold','Italic','Underline'), array('OrderedList','UnorderedList','-','Outdent','Indent'), - array('JustifyLeft','JustifyCenter','JustifyRight'), - array('Undo','Redo','-','SelectAll','RemoveFormat'), + array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'), + array('Undo','Redo','-','Find','-','SelectAll','RemoveFormat'), array('Link','Unlink'), + array('Image','Flash'), '/', array('Style','FontFormat','FontName','FontSize'), - array('TextColor','BGColor') + array('TextColor','BGColor'), + array('Rule','Table','SpecialChar'), + array('Source') ); // This is the visible toolbar set when the editor is maximized.