Browse Source

[svn r22237] FS#2867 - The online editor, toolbars_maxi: Corrections in system_annoncements toolbar.

Ivan Tcholakov 15 years ago
parent
commit
f5240d0803
1 changed files with 7 additions and 4 deletions
  1. 7 4
      main/inc/lib/fckeditor/toolbars_maxi/system_announcements.php

+ 7 - 4
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.