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/07/13 17:19:56 UTC

svn commit: r556033 - in /lenya/trunk/src/modules-core/administration/usecases: ipRange.jx user.jx

Author: andreas
Date: Fri Jul 13 08:19:56 2007
New Revision: 556033

URL: http://svn.apache.org/viewvc?view=rev&rev=556033
Log:
Fixed links to group usecase

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

Modified: lenya/trunk/src/modules-core/administration/usecases/ipRange.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/ipRange.jx?view=diff&rev=556033&r1=556032&r2=556033
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/ipRange.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/ipRange.jx Fri Jul 13 08:19:56 2007
@@ -81,7 +81,7 @@
             <jx:set var="groups" value="${ipRange.getGroups()}"/>
             <jx:if test="${groups.size() == 0}"><i18n:text>No groups assigned</i18n:text></jx:if>
             <jx:forEach var="group" items="${groups}">
-              <a href="${usecase.getSourceURL()}?lenya.usecase=admin.groupProfile&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a>
+              <a href="${usecase.getSourceURL()}?lenya.usecase=admin.group&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a>
             </jx:forEach>
           </td>
         </tr>

Modified: lenya/trunk/src/modules-core/administration/usecases/user.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/user.jx?view=diff&rev=556033&r1=556032&r2=556033
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/user.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/user.jx Fri Jul 13 08:19:56 2007
@@ -102,7 +102,7 @@
                 <jx:set var="groups" value="${user.getGroups()}"/>
                 <jx:if test="${groups.size() == 0}"><i18n:text>No groups assigned</i18n:text></jx:if>
                 <jx:forEach var="group" items="${groups}"><jx:if test="${group != groups[0]}">, </jx:if>
-                  <a href="${request.pathInfo}?lenya.usecase=admin.groupProfile&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a></jx:forEach>
+                  <a href="${request.pathInfo}?lenya.usecase=admin.group&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a></jx:forEach>
               </td>
             </tr>
             



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