You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/21 16:36:08 UTC

svn commit: r290714 - in /incubator/roller/branches/roller_2.0/web/weblog: editor-ekit.jsp editor-wiki-js.jsp

Author: snoopdave
Date: Wed Sep 21 07:36:03 2005
New Revision: 290714

URL: http://svn.apache.org/viewcvs?rev=290714&view=rev
Log:
Fixed ROL-782, bad paths in some Ekit and DHTML editor plugins

Modified:
    incubator/roller/branches/roller_2.0/web/weblog/editor-ekit.jsp
    incubator/roller/branches/roller_2.0/web/weblog/editor-wiki-js.jsp

Modified: incubator/roller/branches/roller_2.0/web/weblog/editor-ekit.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/weblog/editor-ekit.jsp?rev=290714&r1=290713&r2=290714&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/weblog/editor-ekit.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/weblog/editor-ekit.jsp Wed Sep 21 07:36:03 2005
@@ -18,9 +18,9 @@
 <html:hidden property="text" />
 
 <%-- Use the Ekit applet --%>
-<APPLET CODEBASE="../" CODE="com.hexidec.ekit.EkitApplet.class"
+<APPLET CODEBASE="../editor/" CODE="com.hexidec.ekit.EkitApplet.class"
     ARCHIVE="ekitappletspell.jar" NAME="Ekit" WIDTH="95%" HEIGHT="550">
-<PARAM NAME="codebase" VALUE="../">
+<PARAM NAME="codebase" VALUE="../editor/">
 <PARAM NAME="code" VALUE="com.hexidec.ekit.EkitApplet.class">
 <PARAM NAME="archive" VALUE="ekitappletspell.jar">
 <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">

Modified: incubator/roller/branches/roller_2.0/web/weblog/editor-wiki-js.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/weblog/editor-wiki-js.jsp?rev=290714&r1=290713&r2=290714&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/weblog/editor-wiki-js.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/weblog/editor-wiki-js.jsp Wed Sep 21 07:36:03 2005
@@ -182,6 +182,6 @@
 // -->
 </script>
 
-(<a href="weblog/help-wiki-js.html" alt="Wiki-js help" target="_blank">wiki-js help</a>)
+(<a href="../weblog/help-wiki-js.html" alt="Wiki-js help" target="_blank">wiki-js help</a>)
 
 <html:textarea property="text" cols="75" rows="20" style="width: 100%" tabindex="2" onchange="convertTextArea(this)"/>