Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckconfig_custom.js,v diff -u -r1.20.2.2.4.1 -r1.20.2.2.4.2 --- lams_central/web/includes/javascript/fckconfig_custom.js 31 Oct 2011 23:21:08 -0000 1.20.2.2.4.1 +++ lams_central/web/includes/javascript/fckconfig_custom.js 3 Jan 2012 21:02:16 -0000 1.20.2.2.4.2 @@ -1,6 +1,6 @@ FCKConfig.ToolbarSets["Default"] = [ ['Source','-','FitWindow', 'Preview','PasteWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','OrderedList','UnorderedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','TextColor','BGColor','Equation'], - ['Paint_Button','MoviePlayer','VideoRecorder','Image','Link','Table','Rule','Smiley','SpecialChar','Templates','FontFormat','FontName','FontSize','About'] + ['Paint_Button','MoviePlayer','VideoRecorder','Kaltura','Image','Link','Table','Rule','Smiley','SpecialChar','Templates','FontFormat','FontName','FontSize','About'] ] ; FCKConfig.ToolbarSets["Default-Learner"] = [ @@ -47,4 +47,5 @@ FCKConfig.Plugins.Add('equation', 'en'); FCKConfig.Plugins.Add('movieplayer', 'en'); FCKConfig.Plugins.Add('videorecorder', 'en'); +FCKConfig.Plugins.Add('kaltura', 'en'); FCKConfig.Plugins.Add('paint', 'en');