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:23:00 UTC

svn commit: r546887 - /lenya/trunk/src/modules-core/administration/usecases/usecases.jx

Author: andreas
Date: Wed Jun 13 07:22:59 2007
New Revision: 546887

URL: http://svn.apache.org/viewvc?view=rev&rev=546887
Log:
Fixed URLs in administration module

Modified:
    lenya/trunk/src/modules-core/administration/usecases/usecases.jx

Modified: lenya/trunk/src/modules-core/administration/usecases/usecases.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/usecases.jx?view=diff&rev=546887&r1=546886&r2=546887
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/usecases.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/usecases.jx Wed Jun 13 07:22:59 2007
@@ -40,7 +40,7 @@
             If you want to change the inherited usecase permissions of a template publication, please go
             to the administration GUI of one of the templates
             (<jx:forEach var="template" items="${usecase.getParameter('templates')}">
-              <a href="${request.contextPath + '/' + template + '/authoring/index.html?lenya.usecase=admin.usecases'}"><jx:out value="${template}"/></a>
+              <a href="${'/' + template + '/authoring/index.html?lenya.usecase=admin.usecases'}"><jx:out value="${template}"/></a>
             </jx:forEach>).
           </p>
         </jx:if>



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