|
@@ -9,13 +9,13 @@
|
|
|
|
|
|
// This is the visible toolbar set when the editor has "normal" size.
|
|
|
$config['ToolbarSets']['Normal'] = array(
|
|
|
- array('NewPage','Templates','Save','PageBreak','Preview','FitWindow','-','PasteText','-','Undo','Redo','-','SelectAll','-','Find'),
|
|
|
+ array('FitWindow','Save','NewPage','Templates','PageBreak','Preview','-','PasteText','-','Undo','Redo','-','SelectAll','-','Find'),
|
|
|
array('Wikilink','Link','Unlink','Anchor'),
|
|
|
array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex','asciimath'),
|
|
|
- array('Table','Smiley','SpecialChar','googlemaps'),
|
|
|
+ array('Table','Rule','Smiley','SpecialChar','googlemaps'),
|
|
|
array('FontFormat','FontName','FontSize'),
|
|
|
array('Bold','Italic','Underline'),
|
|
|
- array('Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','-','OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'),
|
|
|
+ array('Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'),
|
|
|
array('Source')
|
|
|
);
|
|
|
|