update address standardization for cust_location changes
[freeside.git] / rt / share / html / NoAuth / RichText / FCKeditor / fcktemplates.xml
diff --git a/rt/share/html/NoAuth/RichText/FCKeditor/fcktemplates.xml b/rt/share/html/NoAuth/RichText/FCKeditor/fcktemplates.xml
deleted file mode 100644 (file)
index 8d82fc4..0000000
+++ /dev/null
@@ -1,103 +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-2009 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 templates definitions file. It makes the "templates"\r
- * command completely customizable.\r
- *\r
- * See FCKConfig.TemplatesXmlPath in the configuration file.\r
--->\r
-<Templates imagesBasePath="fck_template/images/">\r
-       <Template title="Image and Title" image="template1.gif">\r
-               <Description>One main image with a title and text that surround the image.</Description>\r
-               <Html>\r
-                       <![CDATA[\r
-                               <img style="MARGIN-RIGHT: 10px" height="100" alt="" width="100" align="left"/>\r
-                               <h3>Type the title here</h3>\r
-                               Type the text here\r
-                       ]]>\r
-               </Html>\r
-       </Template>\r
-       <Template title="Strange Template" image="template2.gif">\r
-               <Description>A template that defines two colums, each one with a title, and some text.</Description>\r
-               <Html>\r
-                       <![CDATA[\r
-                               <table cellspacing="0" cellpadding="0" width="100%" border="0">\r
-                                       <tbody>\r
-                                               <tr>\r
-                                                       <td width="50%">\r
-                                                       <h3>Title 1</h3>\r
-                                                       </td>\r
-                                                       <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>\r
-                                                       <td width="50%">\r
-                                                       <h3>Title 2</h3>\r
-                                                       </td>\r
-                                               </tr>\r
-                                               <tr>\r
-                                                       <td>Text 1</td>\r
-                                                       <td>&nbsp;</td>\r
-                                                       <td>Text 2</td>\r
-                                               </tr>\r
-                                       </tbody>\r
-                               </table>\r
-                               More text goes here.\r
-                       ]]>\r
-               </Html>\r
-       </Template>\r
-       <Template title="Text and Table" image="template3.gif">\r
-               <Description>A title with some text and a table.</Description>\r
-               <Html>\r
-                       <![CDATA[\r
-                               <table align="left" width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td>\r
-                                       <h3>Title goes here</h3>\r
-                                       <p>\r
-                                       <table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">\r
-                                               <tbody>\r
-                                                       <tr>\r
-                                                               <td align="center" colspan="3"><strong>Table title</strong></td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                               <td>&nbsp;</td>\r
-                                                       </tr>\r
-                                               </tbody>\r
-                                       </table>\r
-                                       Type the text here</p>\r
-                               </td></tr></table>\r
-                       ]]>\r
-               </Html>\r
-       </Template>\r
-</Templates>\r