diff --git a/main/inc/lib/fckeditor/toolbars/default/wiki.php b/main/inc/lib/fckeditor/toolbars/default/wiki.php index 886c4e28ab..9275b625b2 100755 --- a/main/inc/lib/fckeditor/toolbars/default/wiki.php +++ b/main/inc/lib/fckeditor/toolbars/default/wiki.php @@ -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') ); diff --git a/main/inc/lib/fckeditor/toolbars/default/wiki_student.php b/main/inc/lib/fckeditor/toolbars/default/wiki_student.php index 2587efbeb5..43235e8f02 100755 --- a/main/inc/lib/fckeditor/toolbars/default/wiki_student.php +++ b/main/inc/lib/fckeditor/toolbars/default/wiki_student.php @@ -9,10 +9,10 @@ // This is the visible toolbar set when the editor has "normal" size. $config['ToolbarSets']['Normal'] = array( - array('NewPage','Save','PageBreak','Preview','FitWindow','-','PasteText','-','Undo','Redo','-','SelectAll','-','Find'), + array('FitWindow','Save','NewPage','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'), diff --git a/main/inc/lib/fckeditor/toolbars/extended/wiki.php b/main/inc/lib/fckeditor/toolbars/extended/wiki.php index bba876b613..c9749e47b7 100755 --- a/main/inc/lib/fckeditor/toolbars/extended/wiki.php +++ b/main/inc/lib/fckeditor/toolbars/extended/wiki.php @@ -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') ); diff --git a/main/inc/lib/fckeditor/toolbars/extended/wiki_student.php b/main/inc/lib/fckeditor/toolbars/extended/wiki_student.php index 833a54e9bc..412b12ff48 100755 --- a/main/inc/lib/fckeditor/toolbars/extended/wiki_student.php +++ b/main/inc/lib/fckeditor/toolbars/extended/wiki_student.php @@ -9,10 +9,10 @@ // This is the visible toolbar set when the editor has "normal" size. $config['ToolbarSets']['Normal'] = array( - array('NewPage','Save','PageBreak','Preview','FitWindow','-','PasteText','-','Undo','Redo','-','SelectAll','-','Find'), + array('FitWindow','Save','NewPage','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'),