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 2003/09/18 15:26:32 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/admin/users users.xsl

andreas     2003/09/18 06:26:32

  Modified:    src/webapp/lenya/xslt/admin/users users.xsl
  Log:
  fixed links to groups
  
  Revision  Changes    Path
  1.6       +1 -1      cocoon-lenya/src/webapp/lenya/xslt/admin/users/users.xsl
  
  Index: users.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/admin/users/users.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- users.xsl	22 Jul 2003 17:06:40 -0000	1.5
  +++ users.xsl	18 Sep 2003 13:26:32 -0000	1.6
  @@ -70,7 +70,7 @@
     
     
     <xsl:template match="group">
  -    <a href="../groups/{@id}/index.html"><xsl:value-of select="@id"/></a>
  +    <a href="groups/{@id}/index.html"><xsl:value-of select="@id"/></a>
       <xsl:if test="position() != last()">, <xsl:text/>
       </xsl:if>
     </xsl:template>
  
  
  

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