upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / fckeditor / fckstyles.xml
diff --git a/httemplate/elements/fckeditor/fckstyles.xml b/httemplate/elements/fckeditor/fckstyles.xml
deleted file mode 100644 (file)
index b2f12a4..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
- *\r
- * == BEGIN LICENSE ==\r
- *\r
- * Licensed under the terms of any of the following licenses at your\r
- * choice:\r
- *\r
- *  - GNU General Public License Version 2 or later (the "GPL")\r
- *    http://www.gnu.org/licenses/gpl.html\r
- *\r
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
- *    http://www.gnu.org/licenses/lgpl.html\r
- *\r
- *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
- *    http://www.mozilla.org/MPL/MPL-1.1.html\r
- *\r
- * == END LICENSE ==\r
- *\r
- * This is the sample style definitions file. It makes the styles combo\r
- * completely customizable.\r
- *\r
- * See FCKConfig.StylesXmlPath in the configuration file.\r
--->\r
-<Styles>\r
-\r
-       <!-- Block Styles -->\r
-\r
-       <!--\r
-       # These styles are already available in the "Format" combo, so they are not\r
-       # needed here by default.\r
-\r
-       <Style name="Heading 1" element="h1" />\r
-       <Style name="Heading 2" element="h2" />\r
-       <Style name="Heading 3" element="h3" />\r
-       <Style name="Heading 4" element="h4" />\r
-       <Style name="Heading 5" element="h5" />\r
-       <Style name="Heading 6" element="h6" />\r
-       <Style name="Paragraph" element="p" />\r
-       <Style name="Document Block" element="div" />\r
-       <Style name="Preformatted Text" element="pre" />\r
-       <Style name="Address" element="address" />\r
-       -->\r
-\r
-       <!-- Inline Styles -->\r
-\r
-       <!--\r
-       # These are core styles available as toolbar buttons.\r
-\r
-       <Style name="Bold" element="b">\r
-               <Override element="strong" />\r
-       </Style>\r
-       <Style name="Italic" element="i">\r
-               <Override element="em" />\r
-       </Style>\r
-       <Style name="Underline" element="u" />\r
-       <Style name="Strikethrough" element="strike" />\r
-       <Style name="Subscript" element="sub" />\r
-       <Style name="Superscript" element="sup" />\r
-       -->\r
-\r
-       <Style name="Marker: Yellow" element="span">\r
-               <Style name="background-color" value="Yellow" />\r
-       </Style>\r
-       <Style name="Marker: Green" element="span">\r
-               <Style name="background-color" value="Lime" />\r
-       </Style>\r
-\r
-       <Style name="Big" element="big" />\r
-       <Style name="Small" element="small" />\r
-       <Style name="Typewriter" element="tt" />\r
-\r
-       <Style name="Computer Code" element="code" />\r
-       <Style name="Keyboard Phrase" element="kbd" />\r
-       <Style name="Sample Text" element="samp" />\r
-       <Style name="Variable" element="var" />\r
-\r
-       <Style name="Deleted Text" element="del" />\r
-       <Style name="Inserted Text" element="ins" />\r
-\r
-       <Style name="Cited Work" element="cite" />\r
-       <Style name="Inline Quotation" element="q" />\r
-\r
-       <Style name="Language: RTL" element="span">\r
-               <Attribute name="dir" value="rtl" />\r
-       </Style>\r
-       <Style name="Language: LTR" element="span">\r
-               <Attribute name="dir" value="ltr" />\r
-       </Style>\r
-       <Style name="Language: RTL Strong" element="bdo">\r
-               <Attribute name="dir" value="rtl" />\r
-       </Style>\r
-       <Style name="Language: LTR Strong" element="bdo">\r
-               <Attribute name="dir" value="ltr" />\r
-       </Style>\r
-\r
-       <!-- Object Styles -->\r
-\r
-       <Style name="Image on Left" element="img">\r
-               <Attribute name="style" value="padding: 5px; margin-right: 5px" />\r
-               <Attribute name="border" value="2" />\r
-               <Attribute name="align" value="left" />\r
-       </Style>\r
-       <Style name="Image on Right" element="img">\r
-               <Attribute name="style" value="padding: 5px; margin-left: 5px" />\r
-               <Attribute name="border" value="2" />\r
-               <Attribute name="align" value="right" />\r
-       </Style>\r
-</Styles>\r