From 44135f8981f274a238168d5edc93681f731b8156 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 1 Sep 2009 08:00:08 +0000 Subject: [PATCH] =?UTF-8?q?disable=20ProcessHTMLEntities=20to=20get=20more?= =?UTF-8?q?=20readable=20HTML=20(i.e.=20'=C3=A9'=20instead=20of=20'é?= =?UTF-8?q?;').=20the=20real=20diff=20on=20this=20commit=20is=20the=20foll?= =?UTF-8?q?owing:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - FCKConfig.ProcessHTMLEntities = true ; - FCKConfig.IncludeLatinEntities = true ; - FCKConfig.IncludeGreekEntities = true ; - - FCKConfig.ProcessNumericEntities = false ; - - FCKConfig.AdditionalNumericEntities = '' ; + FCKConfig.ProcessHTMLEntities = false git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28707 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_fckeditor/fckconfig.js.xml | 678 +++++++++--------- .../bootstrap/erp5_xhtml_style/bt/change_log | 2 +- .../bootstrap/erp5_xhtml_style/bt/revision | 2 +- 3 files changed, 338 insertions(+), 344 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml index eafd5cc69d..1456f7e4d6 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml @@ -15,7 +15,7 @@ </item> <item> <key> <string>_EtagSupport__etag</string> </key> - <value> <string>ts49309338.61</string> </value> + <value> <string>ts51791634.59</string> </value> </item> <item> <key> <string>__name__</string> </key> @@ -29,346 +29,340 @@ <key> <string>data</string> </key> <value> <string encoding="cdata"><![CDATA[ -/*\r\n - * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r\n - * Copyright (C) 2003-2009 Frederico Caldeira Knabben\r\n - *\r\n - * == BEGIN LICENSE ==\r\n - *\r\n - * Licensed under the terms of any of the following licenses at your\r\n - * choice:\r\n - *\r\n - * - GNU General Public License Version 2 or later (the "GPL")\r\n - * http://www.gnu.org/licenses/gpl.html\r\n - *\r\n - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r\n - * http://www.gnu.org/licenses/lgpl.html\r\n - *\r\n - * - Mozilla Public License Version 1.1 or later (the "MPL")\r\n - * http://www.mozilla.org/MPL/MPL-1.1.html\r\n - *\r\n - * == END LICENSE ==\r\n - *\r\n - * Editor configuration settings.\r\n - *\r\n - * Follow this link for more information:\r\n - * http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options\r\n - */\r\n -\r\n -FCKConfig.CustomConfigurationsPath = \'\' ;\r\n -\r\n -FCKConfig.EditorAreaCSS = FCKConfig.BasePath + \'css/fck_editorarea.css\' ;\r\n -FCKConfig.EditorAreaStyles = \'\' ;\r\n -FCKConfig.ToolbarComboPreviewCSS = \'\' ;\r\n -\r\n -FCKConfig.DocType = \'\' ;\r\n -\r\n -FCKConfig.BaseHref = \'\' ;\r\n -\r\n -FCKConfig.FullPage = false ;\r\n -\r\n -// The following option determines whether the "Show Blocks" feature is enabled or not at startup.\r\n -FCKConfig.StartupShowBlocks = false ;\r\n -\r\n -FCKConfig.Debug = false ;\r\n -FCKConfig.AllowQueryStringDebug = true ;\r\n -\r\n -FCKConfig.SkinPath = FCKConfig.BasePath + \'skins/default/\' ;\r\n -FCKConfig.SkinEditorCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\r\n -FCKConfig.SkinDialogCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\r\n -\r\n -FCKConfig.PreloadImages = [ FCKConfig.SkinPath + \'images/toolbar.start.gif\', FCKConfig.SkinPath + \'images/toolbar.buttonarrow.gif\' ] ;\r\n -\r\n -FCKConfig.PluginsPath = FCKConfig.BasePath + \'plugins/\' ;\r\n -\r\n -// FCKConfig.Plugins.Add( \'autogrow\' ) ;\r\n -// FCKConfig.Plugins.Add( \'dragresizetable\' );\r\n -FCKConfig.AutoGrowMax = 400 ;\r\n -\r\n -// FCKConfig.ProtectedSource.Add( /<%[\\s\\S]*?%>/g ) ;\t// ASP style server side code <%...%>\r\n -// FCKConfig.ProtectedSource.Add( /<\\?[\\s\\S]*?\\?>/g ) ;\t// PHP style server side code\r\n -// FCKConfig.ProtectedSource.Add( /(<asp:[^\\>]+>[\\s|\\S]*?<\\/asp:[^\\>]+>)|(<asp:[^\\>]+\\/>)/gi ) ;\t// ASP.Net style tags <asp:control>\r\n -\r\n -FCKConfig.AutoDetectLanguage\t= true ;\r\n -FCKConfig.DefaultLanguage\t\t= \'en\' ;\r\n -FCKConfig.ContentLangDirection\t= \'ltr\' ;\r\n -\r\n -FCKConfig.ProcessHTMLEntities\t= true ;\r\n -FCKConfig.IncludeLatinEntities\t= true ;\r\n -FCKConfig.IncludeGreekEntities\t= true ;\r\n -\r\n -FCKConfig.ProcessNumericEntities = false ;\r\n -\r\n -FCKConfig.AdditionalNumericEntities = \'\' ;\t\t// Single Quote: "\'"\r\n -\r\n -FCKConfig.FillEmptyBlocks\t= true ;\r\n -\r\n -FCKConfig.FormatSource\t\t= true ;\r\n -FCKConfig.FormatOutput\t\t= true ;\r\n -FCKConfig.FormatIndentator\t= \' \' ;\r\n -\r\n -FCKConfig.EMailProtection = \'none\' ; // none | encode | function\r\n -FCKConfig.EMailProtectionFunction = \'mt(NAME,DOMAIN,SUBJECT,BODY)\' ;\r\n -\r\n -FCKConfig.StartupFocus\t= false ;\r\n -FCKConfig.ForcePasteAsPlainText\t= false ;\r\n -FCKConfig.AutoDetectPasteFromWord = true ;\t// IE only.\r\n -FCKConfig.ShowDropDialog = true ;\r\n -FCKConfig.ForceSimpleAmpersand\t= false ;\r\n -FCKConfig.TabSpaces\t\t= 0 ;\r\n -FCKConfig.ShowBorders\t= true ;\r\n -FCKConfig.SourcePopup\t= false ;\r\n -FCKConfig.ToolbarStartExpanded\t= true ;\r\n -FCKConfig.ToolbarCanCollapse\t= true ;\r\n -FCKConfig.IgnoreEmptyParagraphValue = true ;\r\n -FCKConfig.FloatingPanelsZIndex = 10000 ;\r\n -FCKConfig.HtmlEncodeOutput = false ;\r\n -\r\n -FCKConfig.TemplateReplaceAll = true ;\r\n -FCKConfig.TemplateReplaceCheckbox = true ;\r\n -\r\n -FCKConfig.ToolbarLocation = \'In\' ;\r\n -\r\n -FCKConfig.ToolbarSets["Default"] = [\r\n -\t[\'Source\',\'DocProps\',\'-\',\'Save\',\'NewPage\',\'Preview\',\'-\',\'Templates\'],\r\n -\t[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\',\'Print\',\'SpellCheck\'],\r\n -\t[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\r\n -\t[\'Form\',\'Checkbox\',\'Radio\',\'TextField\',\'Textarea\',\'Select\',\'Button\',\'ImageButton\',\'HiddenField\'],\r\n -\t\'/\',\r\n -\t[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\r\n -\t[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\',\'Blockquote\',\'CreateDiv\'],\r\n -\t[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\r\n -\t[\'Link\',\'Unlink\',\'Anchor\'],\r\n -\t[\'Image\',\'Flash\',\'Table\',\'Rule\',\'Smiley\',\'SpecialChar\',\'PageBreak\'],\r\n -\t\'/\',\r\n -\t[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\r\n -\t[\'TextColor\',\'BGColor\'],\r\n -\t[\'FitWindow\',\'ShowBlocks\',\'-\',\'About\']\t\t// No comma for the last row.\r\n -] ;\r\n -\r\n -FCKConfig.ToolbarSets["Basic"] = [\r\n -\t[\'Bold\',\'Italic\',\'-\',\'OrderedList\',\'UnorderedList\',\'-\',\'Link\',\'Unlink\',\'-\',\'About\']\r\n -] ;\r\n -\r\n -FCKConfig.EnterMode = \'p\' ;\t\t\t// p | div | br\r\n -FCKConfig.ShiftEnterMode = \'br\' ;\t// p | div | br\r\n -\r\n -FCKConfig.Keystrokes = [\r\n -\t[ CTRL + 65 /*A*/, true ],\r\n -\t[ CTRL + 67 /*C*/, true ],\r\n -\t[ CTRL + 70 /*F*/, true ],\r\n -\t[ CTRL + 83 /*S*/, true ],\r\n -\t[ CTRL + 84 /*T*/, true ],\r\n -\t[ CTRL + 88 /*X*/, true ],\r\n -\t[ CTRL + 86 /*V*/, \'Paste\' ],\r\n -\t[ CTRL + 45 /*INS*/, true ],\r\n -\t[ SHIFT + 45 /*INS*/, \'Paste\' ],\r\n -\t[ CTRL + 88 /*X*/, \'Cut\' ],\r\n -\t[ SHIFT + 46 /*DEL*/, \'Cut\' ],\r\n -\t[ CTRL + 90 /*Z*/, \'Undo\' ],\r\n -\t[ CTRL + 89 /*Y*/, \'Redo\' ],\r\n -\t[ CTRL + SHIFT + 90 /*Z*/, \'Redo\' ],\r\n -\t[ CTRL + 76 /*L*/, \'Link\' ],\r\n -\t[ CTRL + 66 /*B*/, \'Bold\' ],\r\n -\t[ CTRL + 73 /*I*/, \'Italic\' ],\r\n -\t[ CTRL + 85 /*U*/, \'Underline\' ],\r\n -\t[ CTRL + SHIFT + 83 /*S*/, \'Save\' ],\r\n -\t[ CTRL + ALT + 13 /*ENTER*/, \'FitWindow\' ],\r\n -\t[ SHIFT + 32 /*SPACE*/, \'Nbsp\' ]\r\n -] ;\r\n -\r\n -FCKConfig.ContextMenu = [\'Generic\',\'Link\',\'Anchor\',\'Image\',\'Flash\',\'Select\',\'Textarea\',\'Checkbox\',\'Radio\',\'TextField\',\'HiddenField\',\'ImageButton\',\'Button\',\'BulletedList\',\'NumberedList\',\'Table\',\'Form\',\'DivContainer\'] ;\r\n -FCKConfig.BrowserContextMenuOnCtrl = false ;\r\n -FCKConfig.BrowserContextMenu = false ;\r\n -\r\n -FCKConfig.EnableMoreFontColors = true ;\r\n -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\' ;\r\n -\r\n -FCKConfig.FontFormats\t= \'p;h1;h2;h3;h4;h5;h6;pre;address;div\' ;\r\n -FCKConfig.FontNames\t\t= \'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana\' ;\r\n -FCKConfig.FontSizes\t\t= \'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large\' ;\r\n -\r\n -FCKConfig.StylesXmlPath\t\t= FCKConfig.EditorPath + \'fckstyles.xml\' ;\r\n -FCKConfig.TemplatesXmlPath\t= FCKConfig.EditorPath + \'fcktemplates.xml\' ;\r\n -\r\n -FCKConfig.SpellChecker\t\t\t= \'WSC\' ;\t// \'WSC\' | \'SpellerPages\' | \'ieSpell\'\r\n -FCKConfig.IeSpellDownloadUrl\t= \'http://www.iespell.com/download.php\' ;\r\n -FCKConfig.SpellerPagesServerScript = \'server-scripts/spellchecker.php\' ;\t// Available extension: .php .cfm .pl\r\n -FCKConfig.FirefoxSpellChecker\t= false ;\r\n -\r\n -FCKConfig.MaxUndoLevels = 15 ;\r\n -\r\n -FCKConfig.DisableObjectResizing = false ;\r\n -FCKConfig.DisableFFTableHandles = true ;\r\n -\r\n -FCKConfig.LinkDlgHideTarget\t\t= false ;\r\n -FCKConfig.LinkDlgHideAdvanced\t= false ;\r\n -\r\n -FCKConfig.ImageDlgHideLink\t\t= false ;\r\n -FCKConfig.ImageDlgHideAdvanced\t= false ;\r\n -\r\n -FCKConfig.FlashDlgHideAdvanced\t= false ;\r\n -\r\n -FCKConfig.ProtectedTags = \'\' ;\r\n -\r\n -// This will be applied to the body element of the editor\r\n -FCKConfig.BodyId = \'\' ;\r\n -FCKConfig.BodyClass = \'\' ;\r\n -\r\n -FCKConfig.DefaultStyleLabel = \'\' ;\r\n -FCKConfig.DefaultFontFormatLabel = \'\' ;\r\n -FCKConfig.DefaultFontLabel = \'\' ;\r\n -FCKConfig.DefaultFontSizeLabel = \'\' ;\r\n -\r\n -FCKConfig.DefaultLinkTarget = \'\' ;\r\n -\r\n -// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word\r\n -FCKConfig.CleanWordKeepsStructure = false ;\r\n -\r\n -// Only inline elements are valid.\r\n -FCKConfig.RemoveFormatTags = \'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var\' ;\r\n -\r\n -// Attributes that will be removed\r\n -FCKConfig.RemoveAttributes = \'class,style,lang,width,height,align,hspace,valign\' ;\r\n -\r\n -FCKConfig.CustomStyles =\r\n -{\r\n -\t\'Red Title\'\t: { Element : \'h3\', Styles : { \'color\' : \'Red\' } }\r\n -};\r\n -\r\n -// Do not add, rename or remove styles here. Only apply definition changes.\r\n -FCKConfig.CoreStyles =\r\n -{\r\n -\t// Basic Inline Styles.\r\n -\t\'Bold\'\t\t\t: { Element : \'strong\', Overrides : \'b\' },\r\n -\t\'Italic\'\t\t: { Element : \'em\', Overrides : \'i\' },\r\n -\t\'Underline\'\t\t: { Element : \'u\' },\r\n -\t\'StrikeThrough\'\t: { Element : \'strike\' },\r\n -\t\'Subscript\'\t\t: { Element : \'sub\' },\r\n -\t\'Superscript\'\t: { Element : \'sup\' },\r\n -\r\n -\t// Basic Block Styles (Font Format Combo).\r\n -\t\'p\'\t\t\t\t: { Element : \'p\' },\r\n -\t\'div\'\t\t\t: { Element : \'div\' },\r\n -\t\'pre\'\t\t\t: { Element : \'pre\' },\r\n -\t\'address\'\t\t: { Element : \'address\' },\r\n -\t\'h1\'\t\t\t: { Element : \'h1\' },\r\n -\t\'h2\'\t\t\t: { Element : \'h2\' },\r\n -\t\'h3\'\t\t\t: { Element : \'h3\' },\r\n -\t\'h4\'\t\t\t: { Element : \'h4\' },\r\n -\t\'h5\'\t\t\t: { Element : \'h5\' },\r\n -\t\'h6\'\t\t\t: { Element : \'h6\' },\r\n -\r\n -\t// Other formatting features.\r\n -\t\'FontFace\' :\r\n -\t{\r\n -\t\tElement\t\t: \'span\',\r\n -\t\tStyles\t\t: { \'font-family\' : \'#("Font")\' },\r\n -\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'face\' : null } } ]\r\n -\t},\r\n -\r\n -\t\'Size\' :\r\n -\t{\r\n -\t\tElement\t\t: \'span\',\r\n -\t\tStyles\t\t: { \'font-size\' : \'#("Size","fontSize")\' },\r\n -\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'size\' : null } } ]\r\n -\t},\r\n -\r\n -\t\'Color\' :\r\n -\t{\r\n -\t\tElement\t\t: \'span\',\r\n -\t\tStyles\t\t: { \'color\' : \'#("Color","color")\' },\r\n -\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'color\' : null } } ]\r\n -\t},\r\n -\r\n -\t\'BackColor\'\t\t: { Element : \'span\', Styles : { \'background-color\' : \'#("Color","color")\' } },\r\n -\r\n -\t\'SelectionHighlight\' : { Element : \'span\', Styles : { \'background-color\' : \'navy\', \'color\' : \'white\' } }\r\n -};\r\n -\r\n -// The distance of an indentation step.\r\n -FCKConfig.IndentLength = 40 ;\r\n -FCKConfig.IndentUnit = \'px\' ;\r\n -\r\n -// Alternatively, FCKeditor allows the use of CSS classes for block indentation.\r\n -// This overrides the IndentLength/IndentUnit settings.\r\n -FCKConfig.IndentClasses = [] ;\r\n -\r\n -// [ Left, Center, Right, Justified ]\r\n -FCKConfig.JustifyClasses = [] ;\r\n -\r\n -// The following value defines which File Browser connector and Quick Upload\r\n -// "uploader" to use. It is valid for the default implementaion and it is here\r\n -// just to make this configuration file cleaner.\r\n -// It is not possible to change this value using an external file or even\r\n -// inline when creating the editor instance. In that cases you must set the\r\n -// values of LinkBrowserURL, ImageBrowserURL and so on.\r\n -// Custom implementations should just ignore it.\r\n -var _FileBrowserLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\r\n -var _QuickUploadLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\r\n -\r\n -// Don\'t care about the following two lines. It just calculates the correct connector\r\n -// extension to use for the default File Browser (Perl uses "cgi").\r\n -var _FileBrowserExtension = _FileBrowserLanguage == \'perl\' ? \'cgi\' : _FileBrowserLanguage ;\r\n -var _QuickUploadExtension = _QuickUploadLanguage == \'perl\' ? \'cgi\' : _QuickUploadLanguage ;\r\n -\r\n -FCKConfig.LinkBrowser = true ;\r\n -FCKConfig.LinkBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\r\n -FCKConfig.LinkBrowserWindowWidth\t= FCKConfig.ScreenWidth * 0.7 ;\t\t// 70%\r\n -FCKConfig.LinkBrowserWindowHeight\t= FCKConfig.ScreenHeight * 0.7 ;\t// 70%\r\n -\r\n -FCKConfig.ImageBrowser = true ;\r\n -FCKConfig.ImageBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Image&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\r\n -FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t// 70% ;\r\n -FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t// 70% ;\r\n -\r\n -FCKConfig.FlashBrowser = true ;\r\n -FCKConfig.FlashBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Flash&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\r\n -FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t//70% ;\r\n -FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t//70% ;\r\n -\r\n -FCKConfig.LinkUpload = true ;\r\n -FCKConfig.LinkUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension ;\r\n -FCKConfig.LinkUploadAllowedExtensions\t= ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ;\t\t\t// empty for all\r\n -FCKConfig.LinkUploadDeniedExtensions\t= "" ;\t// empty for no one\r\n -\r\n -FCKConfig.ImageUpload = true ;\r\n -FCKConfig.ImageUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Image\' ;\r\n -FCKConfig.ImageUploadAllowedExtensions\t= ".(jpg|gif|jpeg|png|bmp)$" ;\t\t// empty for all\r\n -FCKConfig.ImageUploadDeniedExtensions\t= "" ;\t\t\t\t\t\t\t// empty for no one\r\n -\r\n -FCKConfig.FlashUpload = true ;\r\n -FCKConfig.FlashUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Flash\' ;\r\n -FCKConfig.FlashUploadAllowedExtensions\t= ".(swf|flv)$" ;\t\t// empty for all\r\n -FCKConfig.FlashUploadDeniedExtensions\t= "" ;\t\t\t\t\t// empty for no one\r\n -\r\n -FCKConfig.SmileyPath\t= FCKConfig.BasePath + \'images/smiley/msn/\' ;\r\n -FCKConfig.SmileyImages\t= [\'regular_smile.gif\',\'sad_smile.gif\',\'wink_smile.gif\',\'teeth_smile.gif\',\'confused_smile.gif\',\'tounge_smile.gif\',\'embaressed_smile.gif\',\'omg_smile.gif\',\'whatchutalkingabout_smile.gif\',\'angry_smile.gif\',\'angel_smile.gif\',\'shades_smile.gif\',\'devil_smile.gif\',\'cry_smile.gif\',\'lightbulb.gif\',\'thumbs_down.gif\',\'thumbs_up.gif\',\'heart.gif\',\'broken_heart.gif\',\'kiss.gif\',\'envelope.gif\'] ;\r\n -FCKConfig.SmileyColumns = 8 ;\r\n -FCKConfig.SmileyWindowWidth\t\t= 320 ;\r\n -FCKConfig.SmileyWindowHeight\t= 210 ;\r\n -\r\n -FCKConfig.BackgroundBlockerColor = \'#ffffff\' ;\r\n -FCKConfig.BackgroundBlockerOpacity = 0.50 ;\r\n -\r\n -FCKConfig.MsWebBrowserControlCompat = false ;\r\n -\r\n -FCKConfig.PreventSubmitHandler = false ;\r\n -\r\n -// toolbar set for erp5_web\r\n -FCKConfig.ToolbarSets["ERP5WebZopeCmf"] = [\r\n - [\'Source\',\'-\',\'Templates\'],\r\n - [\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\'],\r\n - [\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\r\n - [\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\r\n - [\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\'],\r\n - [\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\r\n - [\'Link\',\'Unlink\',\'Anchor\'],\r\n - [\'Image\',\'Table\',\'Rule\',\'SpecialChar\'],\r\n - [\'TextColor\',\'BGColor\'],\r\n - \'/\',\r\n - [\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\r\n -];\r\n +/*\n + * FCKeditor - The text editor for Internet - http://www.fckeditor.net\n + * Copyright (C) 2003-2009 Frederico Caldeira Knabben\n + *\n + * == BEGIN LICENSE ==\n + *\n + * Licensed under the terms of any of the following licenses at your\n + * choice:\n + *\n + * - GNU General Public License Version 2 or later (the "GPL")\n + * http://www.gnu.org/licenses/gpl.html\n + *\n + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\n + * http://www.gnu.org/licenses/lgpl.html\n + *\n + * - Mozilla Public License Version 1.1 or later (the "MPL")\n + * http://www.mozilla.org/MPL/MPL-1.1.html\n + *\n + * == END LICENSE ==\n + *\n + * Editor configuration settings.\n + *\n + * Follow this link for more information:\n + * http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options\n + */\n +\n +FCKConfig.CustomConfigurationsPath = \'\' ;\n +\n +FCKConfig.EditorAreaCSS = FCKConfig.BasePath + \'css/fck_editorarea.css\' ;\n +FCKConfig.EditorAreaStyles = \'\' ;\n +FCKConfig.ToolbarComboPreviewCSS = \'\' ;\n +\n +FCKConfig.DocType = \'\' ;\n +\n +FCKConfig.BaseHref = \'\' ;\n +\n +FCKConfig.FullPage = false ;\n +\n +// The following option determines whether the "Show Blocks" feature is enabled or not at startup.\n +FCKConfig.StartupShowBlocks = false ;\n +\n +FCKConfig.Debug = false ;\n +FCKConfig.AllowQueryStringDebug = true ;\n +\n +FCKConfig.SkinPath = FCKConfig.BasePath + \'skins/default/\' ;\n +FCKConfig.SkinEditorCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\n +FCKConfig.SkinDialogCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\n +\n +FCKConfig.PreloadImages = [ FCKConfig.SkinPath + \'images/toolbar.start.gif\', FCKConfig.SkinPath + \'images/toolbar.buttonarrow.gif\' ] ;\n +\n +FCKConfig.PluginsPath = FCKConfig.BasePath + \'plugins/\' ;\n +\n +// FCKConfig.Plugins.Add( \'autogrow\' ) ;\n +// FCKConfig.Plugins.Add( \'dragresizetable\' );\n +FCKConfig.AutoGrowMax = 400 ;\n +\n +// FCKConfig.ProtectedSource.Add( /<%[\\s\\S]*?%>/g ) ;\t// ASP style server side code <%...%>\n +// FCKConfig.ProtectedSource.Add( /<\\?[\\s\\S]*?\\?>/g ) ;\t// PHP style server side code\n +// FCKConfig.ProtectedSource.Add( /(<asp:[^\\>]+>[\\s|\\S]*?<\\/asp:[^\\>]+>)|(<asp:[^\\>]+\\/>)/gi ) ;\t// ASP.Net style tags <asp:control>\n +\n +FCKConfig.AutoDetectLanguage\t= true ;\n +FCKConfig.DefaultLanguage\t= \'en\' ;\n +FCKConfig.ContentLangDirection\t= \'ltr\' ;\n +\n +FCKConfig.ProcessHTMLEntities\t= false ;\n +\n +FCKConfig.FillEmptyBlocks\t= true ;\n +\n +FCKConfig.FormatSource\t\t= true ;\n +FCKConfig.FormatOutput\t\t= true ;\n +FCKConfig.FormatIndentator\t= \' \' ;\n +\n +FCKConfig.EMailProtection = \'none\' ; // none | encode | function\n +FCKConfig.EMailProtectionFunction = \'mt(NAME,DOMAIN,SUBJECT,BODY)\' ;\n +\n +FCKConfig.StartupFocus\t= false ;\n +FCKConfig.ForcePasteAsPlainText\t= false ;\n +FCKConfig.AutoDetectPasteFromWord = true ;\t// IE only.\n +FCKConfig.ShowDropDialog = true ;\n +FCKConfig.ForceSimpleAmpersand\t= false ;\n +FCKConfig.TabSpaces\t\t= 0 ;\n +FCKConfig.ShowBorders\t= true ;\n +FCKConfig.SourcePopup\t= false ;\n +FCKConfig.ToolbarStartExpanded\t= true ;\n +FCKConfig.ToolbarCanCollapse\t= true ;\n +FCKConfig.IgnoreEmptyParagraphValue = true ;\n +FCKConfig.FloatingPanelsZIndex = 10000 ;\n +FCKConfig.HtmlEncodeOutput = false ;\n +\n +FCKConfig.TemplateReplaceAll = true ;\n +FCKConfig.TemplateReplaceCheckbox = true ;\n +\n +FCKConfig.ToolbarLocation = \'In\' ;\n +\n +FCKConfig.ToolbarSets["Default"] = [\n +\t[\'Source\',\'DocProps\',\'-\',\'Save\',\'NewPage\',\'Preview\',\'-\',\'Templates\'],\n +\t[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\',\'Print\',\'SpellCheck\'],\n +\t[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\n +\t[\'Form\',\'Checkbox\',\'Radio\',\'TextField\',\'Textarea\',\'Select\',\'Button\',\'ImageButton\',\'HiddenField\'],\n +\t\'/\',\n +\t[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\n +\t[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\',\'Blockquote\',\'CreateDiv\'],\n +\t[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\n +\t[\'Link\',\'Unlink\',\'Anchor\'],\n +\t[\'Image\',\'Flash\',\'Table\',\'Rule\',\'Smiley\',\'SpecialChar\',\'PageBreak\'],\n +\t\'/\',\n +\t[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\n +\t[\'TextColor\',\'BGColor\'],\n +\t[\'FitWindow\',\'ShowBlocks\',\'-\',\'About\']\t\t// No comma for the last row.\n +] ;\n +\n +FCKConfig.ToolbarSets["Basic"] = [\n +\t[\'Bold\',\'Italic\',\'-\',\'OrderedList\',\'UnorderedList\',\'-\',\'Link\',\'Unlink\',\'-\',\'About\']\n +] ;\n +\n +FCKConfig.EnterMode = \'p\' ;\t\t\t// p | div | br\n +FCKConfig.ShiftEnterMode = \'br\' ;\t// p | div | br\n +\n +FCKConfig.Keystrokes = [\n +\t[ CTRL + 65 /*A*/, true ],\n +\t[ CTRL + 67 /*C*/, true ],\n +\t[ CTRL + 70 /*F*/, true ],\n +\t[ CTRL + 83 /*S*/, true ],\n +\t[ CTRL + 84 /*T*/, true ],\n +\t[ CTRL + 88 /*X*/, true ],\n +\t[ CTRL + 86 /*V*/, \'Paste\' ],\n +\t[ CTRL + 45 /*INS*/, true ],\n +\t[ SHIFT + 45 /*INS*/, \'Paste\' ],\n +\t[ CTRL + 88 /*X*/, \'Cut\' ],\n +\t[ SHIFT + 46 /*DEL*/, \'Cut\' ],\n +\t[ CTRL + 90 /*Z*/, \'Undo\' ],\n +\t[ CTRL + 89 /*Y*/, \'Redo\' ],\n +\t[ CTRL + SHIFT + 90 /*Z*/, \'Redo\' ],\n +\t[ CTRL + 76 /*L*/, \'Link\' ],\n +\t[ CTRL + 66 /*B*/, \'Bold\' ],\n +\t[ CTRL + 73 /*I*/, \'Italic\' ],\n +\t[ CTRL + 85 /*U*/, \'Underline\' ],\n +\t[ CTRL + SHIFT + 83 /*S*/, \'Save\' ],\n +\t[ CTRL + ALT + 13 /*ENTER*/, \'FitWindow\' ],\n +\t[ SHIFT + 32 /*SPACE*/, \'Nbsp\' ]\n +] ;\n +\n +FCKConfig.ContextMenu = [\'Generic\',\'Link\',\'Anchor\',\'Image\',\'Flash\',\'Select\',\'Textarea\',\'Checkbox\',\'Radio\',\'TextField\',\'HiddenField\',\'ImageButton\',\'Button\',\'BulletedList\',\'NumberedList\',\'Table\',\'Form\',\'DivContainer\'] ;\n +FCKConfig.BrowserContextMenuOnCtrl = false ;\n +FCKConfig.BrowserContextMenu = false ;\n +\n +FCKConfig.EnableMoreFontColors = true ;\n +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\' ;\n +\n +FCKConfig.FontFormats\t= \'p;h1;h2;h3;h4;h5;h6;pre;address;div\' ;\n +FCKConfig.FontNames\t\t= \'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana\' ;\n +FCKConfig.FontSizes\t\t= \'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large\' ;\n +\n +FCKConfig.StylesXmlPath\t\t= FCKConfig.EditorPath + \'fckstyles.xml\' ;\n +FCKConfig.TemplatesXmlPath\t= FCKConfig.EditorPath + \'fcktemplates.xml\' ;\n +\n +FCKConfig.SpellChecker\t\t\t= \'WSC\' ;\t// \'WSC\' | \'SpellerPages\' | \'ieSpell\'\n +FCKConfig.IeSpellDownloadUrl\t= \'http://www.iespell.com/download.php\' ;\n +FCKConfig.SpellerPagesServerScript = \'server-scripts/spellchecker.php\' ;\t// Available extension: .php .cfm .pl\n +FCKConfig.FirefoxSpellChecker\t= false ;\n +\n +FCKConfig.MaxUndoLevels = 15 ;\n +\n +FCKConfig.DisableObjectResizing = false ;\n +FCKConfig.DisableFFTableHandles = true ;\n +\n +FCKConfig.LinkDlgHideTarget\t\t= false ;\n +FCKConfig.LinkDlgHideAdvanced\t= false ;\n +\n +FCKConfig.ImageDlgHideLink\t\t= false ;\n +FCKConfig.ImageDlgHideAdvanced\t= false ;\n +\n +FCKConfig.FlashDlgHideAdvanced\t= false ;\n +\n +FCKConfig.ProtectedTags = \'\' ;\n +\n +// This will be applied to the body element of the editor\n +FCKConfig.BodyId = \'\' ;\n +FCKConfig.BodyClass = \'\' ;\n +\n +FCKConfig.DefaultStyleLabel = \'\' ;\n +FCKConfig.DefaultFontFormatLabel = \'\' ;\n +FCKConfig.DefaultFontLabel = \'\' ;\n +FCKConfig.DefaultFontSizeLabel = \'\' ;\n +\n +FCKConfig.DefaultLinkTarget = \'\' ;\n +\n +// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word\n +FCKConfig.CleanWordKeepsStructure = false ;\n +\n +// Only inline elements are valid.\n +FCKConfig.RemoveFormatTags = \'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var\' ;\n +\n +// Attributes that will be removed\n +FCKConfig.RemoveAttributes = \'class,style,lang,width,height,align,hspace,valign\' ;\n +\n +FCKConfig.CustomStyles =\n +{\n +\t\'Red Title\'\t: { Element : \'h3\', Styles : { \'color\' : \'Red\' } }\n +};\n +\n +// Do not add, rename or remove styles here. Only apply definition changes.\n +FCKConfig.CoreStyles =\n +{\n +\t// Basic Inline Styles.\n +\t\'Bold\'\t\t\t: { Element : \'strong\', Overrides : \'b\' },\n +\t\'Italic\'\t\t: { Element : \'em\', Overrides : \'i\' },\n +\t\'Underline\'\t\t: { Element : \'u\' },\n +\t\'StrikeThrough\'\t: { Element : \'strike\' },\n +\t\'Subscript\'\t\t: { Element : \'sub\' },\n +\t\'Superscript\'\t: { Element : \'sup\' },\n +\n +\t// Basic Block Styles (Font Format Combo).\n +\t\'p\'\t\t\t\t: { Element : \'p\' },\n +\t\'div\'\t\t\t: { Element : \'div\' },\n +\t\'pre\'\t\t\t: { Element : \'pre\' },\n +\t\'address\'\t\t: { Element : \'address\' },\n +\t\'h1\'\t\t\t: { Element : \'h1\' },\n +\t\'h2\'\t\t\t: { Element : \'h2\' },\n +\t\'h3\'\t\t\t: { Element : \'h3\' },\n +\t\'h4\'\t\t\t: { Element : \'h4\' },\n +\t\'h5\'\t\t\t: { Element : \'h5\' },\n +\t\'h6\'\t\t\t: { Element : \'h6\' },\n +\n +\t// Other formatting features.\n +\t\'FontFace\' :\n +\t{\n +\t\tElement\t\t: \'span\',\n +\t\tStyles\t\t: { \'font-family\' : \'#("Font")\' },\n +\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'face\' : null } } ]\n +\t},\n +\n +\t\'Size\' :\n +\t{\n +\t\tElement\t\t: \'span\',\n +\t\tStyles\t\t: { \'font-size\' : \'#("Size","fontSize")\' },\n +\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'size\' : null } } ]\n +\t},\n +\n +\t\'Color\' :\n +\t{\n +\t\tElement\t\t: \'span\',\n +\t\tStyles\t\t: { \'color\' : \'#("Color","color")\' },\n +\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'color\' : null } } ]\n +\t},\n +\n +\t\'BackColor\'\t\t: { Element : \'span\', Styles : { \'background-color\' : \'#("Color","color")\' } },\n +\n +\t\'SelectionHighlight\' : { Element : \'span\', Styles : { \'background-color\' : \'navy\', \'color\' : \'white\' } }\n +};\n +\n +// The distance of an indentation step.\n +FCKConfig.IndentLength = 40 ;\n +FCKConfig.IndentUnit = \'px\' ;\n +\n +// Alternatively, FCKeditor allows the use of CSS classes for block indentation.\n +// This overrides the IndentLength/IndentUnit settings.\n +FCKConfig.IndentClasses = [] ;\n +\n +// [ Left, Center, Right, Justified ]\n +FCKConfig.JustifyClasses = [] ;\n +\n +// The following value defines which File Browser connector and Quick Upload\n +// "uploader" to use. It is valid for the default implementaion and it is here\n +// just to make this configuration file cleaner.\n +// It is not possible to change this value using an external file or even\n +// inline when creating the editor instance. In that cases you must set the\n +// values of LinkBrowserURL, ImageBrowserURL and so on.\n +// Custom implementations should just ignore it.\n +var _FileBrowserLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\n +var _QuickUploadLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\n +\n +// Don\'t care about the following two lines. It just calculates the correct connector\n +// extension to use for the default File Browser (Perl uses "cgi").\n +var _FileBrowserExtension = _FileBrowserLanguage == \'perl\' ? \'cgi\' : _FileBrowserLanguage ;\n +var _QuickUploadExtension = _QuickUploadLanguage == \'perl\' ? \'cgi\' : _QuickUploadLanguage ;\n +\n +FCKConfig.LinkBrowser = true ;\n +FCKConfig.LinkBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\n +FCKConfig.LinkBrowserWindowWidth\t= FCKConfig.ScreenWidth * 0.7 ;\t\t// 70%\n +FCKConfig.LinkBrowserWindowHeight\t= FCKConfig.ScreenHeight * 0.7 ;\t// 70%\n +\n +FCKConfig.ImageBrowser = true ;\n +FCKConfig.ImageBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Image&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\n +FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t// 70% ;\n +FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t// 70% ;\n +\n +FCKConfig.FlashBrowser = true ;\n +FCKConfig.FlashBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Flash&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\n +FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t//70% ;\n +FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t//70% ;\n +\n +FCKConfig.LinkUpload = true ;\n +FCKConfig.LinkUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension ;\n +FCKConfig.LinkUploadAllowedExtensions\t= ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ;\t\t\t// empty for all\n +FCKConfig.LinkUploadDeniedExtensions\t= "" ;\t// empty for no one\n +\n +FCKConfig.ImageUpload = true ;\n +FCKConfig.ImageUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Image\' ;\n +FCKConfig.ImageUploadAllowedExtensions\t= ".(jpg|gif|jpeg|png|bmp)$" ;\t\t// empty for all\n +FCKConfig.ImageUploadDeniedExtensions\t= "" ;\t\t\t\t\t\t\t// empty for no one\n +\n +FCKConfig.FlashUpload = true ;\n +FCKConfig.FlashUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Flash\' ;\n +FCKConfig.FlashUploadAllowedExtensions\t= ".(swf|flv)$" ;\t\t// empty for all\n +FCKConfig.FlashUploadDeniedExtensions\t= "" ;\t\t\t\t\t// empty for no one\n +\n +FCKConfig.SmileyPath\t= FCKConfig.BasePath + \'images/smiley/msn/\' ;\n +FCKConfig.SmileyImages\t= [\'regular_smile.gif\',\'sad_smile.gif\',\'wink_smile.gif\',\'teeth_smile.gif\',\'confused_smile.gif\',\'tounge_smile.gif\',\'embaressed_smile.gif\',\'omg_smile.gif\',\'whatchutalkingabout_smile.gif\',\'angry_smile.gif\',\'angel_smile.gif\',\'shades_smile.gif\',\'devil_smile.gif\',\'cry_smile.gif\',\'lightbulb.gif\',\'thumbs_down.gif\',\'thumbs_up.gif\',\'heart.gif\',\'broken_heart.gif\',\'kiss.gif\',\'envelope.gif\'] ;\n +FCKConfig.SmileyColumns = 8 ;\n +FCKConfig.SmileyWindowWidth\t\t= 320 ;\n +FCKConfig.SmileyWindowHeight\t= 210 ;\n +\n +FCKConfig.BackgroundBlockerColor = \'#ffffff\' ;\n +FCKConfig.BackgroundBlockerOpacity = 0.50 ;\n +\n +FCKConfig.MsWebBrowserControlCompat = false ;\n +\n +FCKConfig.PreventSubmitHandler = false ;\n +\n +// toolbar set for erp5_web\n +FCKConfig.ToolbarSets["ERP5WebZopeCmf"] = [\n + [\'Source\',\'-\',\'Templates\'],\n + [\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\'],\n + [\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\n + [\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\n + [\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\'],\n + [\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\n + [\'Link\',\'Unlink\',\'Anchor\'],\n + [\'Image\',\'Table\',\'Rule\',\'SpecialChar\'],\n + [\'TextColor\',\'BGColor\'],\n + \'/\',\n + [\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\n +];\n ]]></string> </value> @@ -379,7 +373,7 @@ FCKConfig.ToolbarSets["ERP5WebZopeCmf"] = [\r\n </item> <item> <key> <string>size</string> </key> - <value> <int>14528</int> </value> + <value> <int>13997</int> </value> </item> <item> <key> <string>title</string> </key> diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log index 00f848b532..1ce0aa1d11 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log @@ -309,4 +309,4 @@ 2006-06-15 Vincent * Initial commit. -* Valid XHTML1.0 Strict + CSS 2.0. +* Valid XHTML1.0 Strict + CSS 2.0. \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 2f9aa03afc..8eb7bc41bd 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -829 \ No newline at end of file +830 \ No newline at end of file -- 2.30.9