[Yanel-commits] rev 50208 - public/yanel/trunk/src/contributions/resources/yanel-user/htdocs

michi at wyona.com michi at wyona.com
Mon Jun 7 11:28:36 CEST 2010


Author: michi
Date: 2010-06-07 11:28:35 +0200 (Mon, 07 Jun 2010)
New Revision: 50208

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl
Log:
groups fixed

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl	2010-06-07 09:27:54 UTC (rev 50207)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl	2010-06-07 09:28:35 UTC (rev 50208)
@@ -155,9 +155,14 @@
       </p>
 
     <h2>Groups</h2>
-    Groups which this user belongs to: <xsl:value-of select="$userGroupsString"/>
+    Groups which this user belongs to:<!-- <xsl:value-of select="$userGroupsString"/> -->
+    <xsl:for-each select="groups/group">
+      <xsl:value-of select="@id"/><xsl:if test="position() != last()">,&#160;</xsl:if>
+    </xsl:for-each>
+<!--
     <br/>
     All groups of this realm: <xsl:value-of select="$allGroupsString"/>
+-->
 
 
 <!-- TODO: Is this actually working? -->



More information about the Yanel-commits mailing list