You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/13 16:44:17 UTC

svn commit: r546894 - in /lenya/trunk/src: modules-core/sitemanagement/usecases/tab/scheduler.jx modules-optional/jcrsource/usecases/importExport/importExport.jx

Author: andreas
Date: Wed Jun 13 07:44:16 2007
New Revision: 546894

URL: http://svn.apache.org/viewvc?view=rev&rev=546894
Log:
Fixed link URLs according to proxy transformer

Modified:
    lenya/trunk/src/modules-core/sitemanagement/usecases/tab/scheduler.jx
    lenya/trunk/src/modules-optional/jcrsource/usecases/importExport/importExport.jx

Modified: lenya/trunk/src/modules-core/sitemanagement/usecases/tab/scheduler.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/sitemanagement/usecases/tab/scheduler.jx?view=diff&rev=546894&r1=546893&r2=546894
==============================================================================
--- lenya/trunk/src/modules-core/sitemanagement/usecases/tab/scheduler.jx (original)
+++ lenya/trunk/src/modules-core/sitemanagement/usecases/tab/scheduler.jx Wed Jun 13 07:44:16 2007
@@ -52,7 +52,7 @@
                   <jx:out value="${usecaseName}"/>
                 </td>
                 <td>
-                  <a href="${request.requestUri}?lenya.usecase=admin.user&amp;userId=${userId}"><jx:out value="${userId}"/></a>
+                  <a href="${usecase.getSourceURL()}?lenya.usecase=admin.user&amp;userId=${userId}"><jx:out value="${userId}"/></a>
                 </td>
                 <td>
                   <i18n:date-time src-pattern="yyyy-MM-dd HH:mm:ss Z">

Modified: lenya/trunk/src/modules-optional/jcrsource/usecases/importExport/importExport.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/usecases/importExport/importExport.jx?view=diff&rev=546894&r1=546893&r2=546894
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/usecases/importExport/importExport.jx (original)
+++ lenya/trunk/src/modules-optional/jcrsource/usecases/importExport/importExport.jx Wed Jun 13 07:44:16 2007
@@ -56,7 +56,7 @@
           </td>
           <td>
             <div class="lenya-box-body">
-              <a href="${request.requestURI}?lenya.usecase=jcr.export&amp;scope=publication" target="_blank">Download Publication Content</a>
+              <a href="${usecase.getSourceURL()}?lenya.usecase=jcr.export&amp;scope=publication" target="_blank">Download Publication Content</a>
             </div>
           </td>
         </tr>



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