xlawrence    2005/12/27 09:33:45 CET

  Modified files:
    core/src/webapp/jsp/jahia/htmleditors/fckeditor 
                                                    fckeditor_htmleditor.jsp 
  Log:
  desactivate loading of WEBDAV tree and sitemap in FCK
  
  Revision  Changes    Path
  1.14      +2 -3      
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp.diff?r1=1.13&r2=1.14&f=h
  
  
  
  Index: fckeditor_htmleditor.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- fckeditor_htmleditor.jsp  29 Sep 2005 15:02:10 -0000      1.13
  +++ fckeditor_htmleditor.jsp  27 Dec 2005 08:33:44 -0000      1.14
  @@ -83,8 +83,7 @@
       String pageContent = "null";
       String files = "null";
       try {
  -        pageContent = getSitemapToJs(jData, jahiaPath.toString(), theField, 
engineMap,
  -                currentLanguageCode);
  +        // pageContent = getSitemapToJs(jData, jahiaPath.toString(), 
theField, engineMap, currentLanguageCode);
           if (pageContent != null && !pageContent.equals("")) {
               pageContent = pageContent.trim();
               if (!pageContent.startsWith("[")) {
  @@ -94,7 +93,7 @@
               pageContent = "null";
           }
   
  -        files = getFilesToJs(jParams, currentLanguageCode);
  +        // files = getFilesToJs(jParams, currentLanguageCode);
           if (files != null && !files.equals("")) {
               files = files.trim();
               if (!files.startsWith("[")) {
  

Reply via email to