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

skala
Ivan Tcholakov 16 years ago
parent 71becb7aed
commit f5240d0803
  1. 11
      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.

Loading…
Cancel
Save