Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Jul 19, 4:43 AM

in-portal

Index: trunk/admin/editor/cmseditor/fckstyles.xml
===================================================================
--- trunk/admin/editor/cmseditor/fckstyles.xml (revision 3979)
+++ trunk/admin/editor/cmseditor/fckstyles.xml (revision 3980)
@@ -1,41 +1,44 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2004 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckstyles.xml
* This is the sample style definitions file. It makes the styles combo
* completely customizable.
* See FCKConfig.StylesXmlPath in the configuration file.
*
* Version: 2.0 RC3
* Modified: 2005-02-09 13:51:09
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<Styles>
<Style name="Page Title" element="span">
<Attribute name="class" value="page_title" />
</Style>
<Style name="Subtitle" element="span">
<Attribute name="class" value="subtitle" />
</Style>
<Style name="Caption" element="span">
<Attribute name="class" value="caption" />
</Style>
<Style name="Grey Text" element="span">
<Attribute name="class" value="greytext" />
</Style>
<Style name="Normal Text" element="span">
<Attribute name="class" value="normaltext" />
</Style>
<Style name="Note" element="span">
<Attribute name="class" value="note" />
</Style>
+ <Style name="Address" element="span">
+ <Attribute name="class" value="style1" />
+ </Style>
</Styles>
\ No newline at end of file
Property changes on: trunk/admin/editor/cmseditor/fckstyles.xml
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property

Event Timeline