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/11/15 02:13:39 UTC

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

Author: andreas
Date: Wed Nov 14 17:13:38 2007
New Revision: 595173

URL: http://svn.apache.org/viewvc?rev=595173&view=rev
Log:
User screen: link to group page instead of group profile editing page

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

Modified: lenya/trunk/src/modules-core/administration/usecases/users.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/users.jx?rev=595173&r1=595172&r2=595173&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/users.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/users.jx Wed Nov 14 17:13:38 2007
@@ -74,7 +74,7 @@
             <td>
               <jx:set var="groups" value="${user.getGroups()}"/>
               <jx:forEach var="group" items="${groups}"><jx:if test="${group != groups[0]}">, </jx:if>
-                <a href="${usecase.getSourceURL()}?lenya.usecase=admin.groupProfile&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a></jx:forEach>
+                <a href="${usecase.getSourceURL()}?lenya.usecase=admin.group&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a></jx:forEach>
             </td>
             <td style="vertical-align: middle">
               <form method="GET" id="form-delete_user">



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