Index: lams_central/web/fckeditor/fckconfig.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckconfig.js,v diff -u -r1.16.4.2.4.1 -r1.16.4.2.4.2 --- lams_central/web/fckeditor/fckconfig.js 31 Oct 2011 21:35:07 -0000 1.16.4.2.4.1 +++ lams_central/web/fckeditor/fckconfig.js 31 Oct 2011 23:21:08 -0000 1.16.4.2.4.2 @@ -154,7 +154,7 @@ FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ; FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ; -FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Garamond;Gill Sans;Helvetica;Tahoma;Times New Roman;Trebuchet;Verdana' ; +FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ; FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ; 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 -r1.20.2.2.4.1 --- lams_central/web/includes/javascript/fckconfig_custom.js 29 Apr 2009 06:34:28 -0000 1.20.2.2 +++ lams_central/web/includes/javascript/fckconfig_custom.js 31 Oct 2011 23:21:08 -0000 1.20.2.2.4.1 @@ -40,10 +40,11 @@ FCKConfig.BrowserContextMenuOnCtrl = true; FCKConfig.DefaultLinkTarget = "_blank"; FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../../www/htmltemplates.xml'; +FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Garamond;Gill Sans;Helvetica;Tahoma;Times New Roman;Trebuchet;Verdana' ; FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; FCKConfig.EnterMode = 'div' ; FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../../tool/lawiki10/'); FCKConfig.Plugins.Add('equation', 'en'); FCKConfig.Plugins.Add('movieplayer', 'en'); FCKConfig.Plugins.Add('videorecorder', 'en'); -FCKConfig.Plugins.Add('paint', 'en'); \ No newline at end of file +FCKConfig.Plugins.Add('paint', 'en');