You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/11/01 13:09:57 UTC

svn commit: r590971 - /lenya/trunk/src/modules/profiling/config/menu.xsp

Author: nettings
Date: Thu Nov  1 05:09:56 2007
New Revision: 590971

URL: http://svn.apache.org/viewvc?rev=590971&view=rev
Log:
use proxy input module to determine correct path to profiling page

Modified:
    lenya/trunk/src/modules/profiling/config/menu.xsp

Modified: lenya/trunk/src/modules/profiling/config/menu.xsp
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/profiling/config/menu.xsp?rev=590971&r1=590970&r2=590971&view=diff
==============================================================================
--- lenya/trunk/src/modules/profiling/config/menu.xsp (original)
+++ lenya/trunk/src/modules/profiling/config/menu.xsp Thu Nov  1 05:09:56 2007
@@ -35,8 +35,12 @@
                  <xsp:attribute> 
                    <xsp:param name="name">href</xsp:param>
                    <xsp:expr>"javascript:void window.open('"
-                    + <input:get-attribute module="page-envelope" as="string" name="context-prefix"/> 
-                    + "/modules/profiling/profile.html',"
+                    + <input:get-attribute 
+                         module="proxy" 
+                         as="string" 
+                         name="/modules/profiling/profile.html"
+                      /> 
+                    + "',"
                     + "'Cocoon Profiler',"
                     + "'location=yes,scrollbars=yes,menubar=no,"
                     + "toolbar=no,status=yes,top=100,left=100,"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org