knguyen 2004/11/03 17:33:46 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
etc/htmleditors htmleditors_config.xml
Log:
- html area as default for all browser
Revision Changes Path
1.11.4.4 +20 -12 jahia/etc/htmleditors/htmleditors_config.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/etc/htmleditors/htmleditors_config.xml.diff?r1=1.11.4.3&r2=1.11.4.4&f=h
Index: htmleditors_config.xml
===================================================================
RCS file: /home/cvs/repository/jahia/etc/htmleditors/Attic/htmleditors_config.xml,v
retrieving revision 1.11.4.3
retrieving revision 1.11.4.4
diff -u -r1.11.4.3 -r1.11.4.4
--- htmleditors_config.xml 27 Oct 2004 17:48:16 -0000 1.11.4.3
+++ htmleditors_config.xml 3 Nov 2004 16:33:46 -0000 1.11.4.4
@@ -1,6 +1,15 @@
<editors>
<editor>
+ <id>htmlArea</id>
+ <name>HtmlArea Editor</name>
+ <base-directory>htmlarea</base-directory>
+ <include-file>htmlarea_htmleditor.jsp</include-file>
+ <enable-css>false</enable-css>
+ <rank>1</rank>
+ </editor>
+
+ <editor>
<id>activex</id>
<name>ActiveX Editor</name>
<base-directory>activex</base-directory>
@@ -11,15 +20,6 @@
</editor>
<editor>
- <id>htmlArea</id>
- <name>HtmlArea Editor</name>
- <base-directory>htmlarea</base-directory>
- <include-file>htmlarea_htmleditor.jsp</include-file>
- <enable-css>false</enable-css>
- <rank>1</rank>
- </editor>
-
- <editor>
<!-- Never EVER remove this editor, as it is the fallback for all the
other editors ! -->
<id>simpletext</id>
<name>Simple Text</name>
@@ -93,9 +93,9 @@
</css>
-->
<css>
- <id>ekit</id>
- <name>Ekit Demo Style</name>
- <url>/jsp/jahia/htmleditors/ekit/ekit.css</url>
+ <id>htmlArea</id>
+ <name>HtmlArea Demo Style</name>
+ <url>/jsp/jahia/htmleditors/htmlarea/htmlarea.css</url>
<shared>true</shared>
<!--
<shared>false</shared>
@@ -104,6 +104,14 @@
</allowed-sites>
-->
</css>
+ <!--
+ <css>
+ <id>ekit</id>
+ <name>Ekit Demo Style</name>
+ <url>/jsp/jahia/htmleditors/ekit/ekit.css</url>
+ <shared>true</shared>
+ </css>
+ -->
<css>
<id>jahia</id>
<name>Jahia Engine Style</name>