[Rt-commit] r12149 - in rt/branches/3.8-TESTING: html/Elements

elacour at bestpractical.com elacour at bestpractical.com
Thu May 8 03:28:27 EDT 2008


Author: elacour
Date: Thu May  8 03:28:27 2008
New Revision: 12149

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/Elements/HeaderJavascript

Log:
 r8785 at datura:  manu | 2008-05-08 09:28:02 +0200
 Added missing webpath for non-root installations.


Modified: rt/branches/3.8-TESTING/html/Elements/HeaderJavascript
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/HeaderJavascript	(original)
+++ rt/branches/3.8-TESTING/html/Elements/HeaderJavascript	Thu May  8 03:28:27 2008
@@ -93,7 +93,7 @@
                 textArea.parentNode.appendChild(typeField);
 
                 var oFCKeditor = new FCKeditor( textArea.name ) ;
-                oFCKeditor.BasePath = "/NoAuth/RichText/";
+                oFCKeditor.BasePath = "<%RT->Config->Get('WebPath')%>/NoAuth/RichText/";
                 oFCKeditor.ReplaceTextarea();
             }
         }


More information about the Rt-commit mailing list