Browse Source

[svn r20167] Minor - Fixed typo in configuration of buttons into fckeditor in toolbarsets Forum - partial FS#3909

Cristian Fasanando 16 years ago
parent
commit
cabea8bf99
1 changed files with 3 additions and 2 deletions
  1. 3 2
      main/inc/lib/fckeditor/myconfig.js

+ 3 - 2
main/inc/lib/fckeditor/myconfig.js

@@ -291,10 +291,11 @@ FCKConfig.ToolbarSets["Forum"] = [
     ['Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3'],
     ['Table','SpecialChar'],
     ['OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'],
-    '-',['Source'],'/',
+    '/',
     ['Style','FontFormat','FontName','FontSize'],
     ['Bold','Italic','Underline'],
-    ['JustifyLeft','JustifyCenter','JustifyRight']
+    ['JustifyLeft','JustifyCenter','JustifyRight'],
+    ['Source']
 ];
 
 FCKConfig.ToolbarSets["Forum_Student"] = [