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.17 -r1.18 --- lams_central/web/includes/javascript/fckconfig_custom.js 6 Feb 2009 05:49:51 -0000 1.17 +++ lams_central/web/includes/javascript/fckconfig_custom.js 7 Feb 2009 13:18:43 -0000 1.18 @@ -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'], - ['Image','Link','Table','Rule','Smiley','SpecialChar','Templates','FontFormat','FontName','FontSize','About'] + ['MoviePlayer','Image','Link','Table','Rule','Smiley','SpecialChar','Templates','FontFormat','FontName','FontSize','About'] ] ; FCKConfig.ToolbarSets["Default-Learner"] = [ @@ -44,3 +44,4 @@ FCKConfig.EnterMode = 'div' ; FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../../tool/lawiki10/'); FCKConfig.Plugins.Add('equation', 'en'); +FCKConfig.Plugins.Add('movieplayer', 'en');