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

skala
Cristian Fasanando 17 years ago
parent f3e45f3636
commit cabea8bf99
  1. 5
      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"] = [

Loading…
Cancel
Save