knguyen     2004/12/09 15:47:52 CET

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    etc/htmleditors      htmleditors_config.xml 
  Log:
  - active HtmlArea rc1 by default
  
  Revision  Changes    Path
  1.11.4.7  +13 -4     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.6&r2=1.11.4.7&f=h
  
  
  
  Index: htmleditors_config.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/etc/htmleditors/Attic/htmleditors_config.xml,v
  retrieving revision 1.11.4.6
  retrieving revision 1.11.4.7
  diff -u -r1.11.4.6 -r1.11.4.7
  --- htmleditors_config.xml    30 Nov 2004 12:36:03 -0000      1.11.4.6
  +++ htmleditors_config.xml    9 Dec 2004 14:47:51 -0000       1.11.4.7
  @@ -1,12 +1,21 @@
   <editors>
   
        <editor>
  +             <id>htmlArea 3.0 rc1</id>
  +             <name>HtmlArea Editor</name>
  +             <base-directory>htmlarea-3.0-rc1</base-directory>
  +             <include-file>htmlarea_htmleditor.jsp</include-file>
  +             <enable-css>true</enable-css>
  +             <rank>1</rank>
  +     </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>
  +             <enable-css>true</enable-css>
  +             <rank>2</rank>
        </editor>
   
        <editor>
  @@ -16,7 +25,7 @@
                <include-file>activex_htmleditor.jsp</include-file>
                
<compatibility-tester>org.jahia.services.htmleditors.MSHTMLCompatibilityTester</compatibility-tester>
                <enable-css>false</enable-css>
  -             <rank>2</rank>
  +             <rank>3</rank>
        </editor>
   
        <editor>
  @@ -26,7 +35,7 @@
                <base-directory>simpletext</base-directory>
                <include-file>simpletext_htmleditor.jsp</include-file>
                <enable-css>false</enable-css>
  -             <rank>3</rank>
  +             <rank>4</rank>
        </editor>
        
        <!--
  

Reply via email to