Author: xlawrence
Date: Fri Jun 29 11:09:10 2007
New Revision: 17830

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17830&repname=
=3Djahia
Log:
Correctly get the entrypoint

Modified:
    trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/Ja=
hiaLinker/dialog.jsp

Modified: trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plug=
ins/JahiaLinker/dialog.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/dialog.jsp&rev=
=3D17830&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/Ja=
hiaLinker/dialog.jsp (original)
+++ trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/Ja=
hiaLinker/dialog.jsp Fri Jun 29 11:09:10 2007
@@ -77,7 +77,7 @@
 <p>
     <span fckLang=3D"JahiaLinkerDlgTitle" class=3D"pageTitle">Insert/Modif=
y Link</span>
 </p>
-<% final String entryPoint =3D (String) session.getAttribute("entryPoint")=
; %>
+<% final String entryPoint =3D jParams.getSite().getHomeContentPage().getO=
bjectKey().toString(); %>
 <ajax:complexTreeInclude divID=3D"tree1"
                          style=3D"<%=3DComplexTreeInclude.FCK_STYLE%>"
                          title=3D""

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to