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:25:17 UTC

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

andreas     2003/09/18 06:25:17

  Modified:    src/webapp/lenya/xslt/admin/users overview.xsl
  Log:
  removed <em> tags for groups list
  
  Revision  Changes    Path
  1.5       +1 -1      cocoon-lenya/src/webapp/lenya/xslt/admin/users/overview.xsl
  
  Index: overview.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/admin/users/overview.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- overview.xsl	22 Jul 2003 17:06:40 -0000	1.4
  +++ overview.xsl	18 Sep 2003 13:25:17 -0000	1.5
  @@ -136,7 +136,7 @@
       <span style="white-space: nowrap">
       <a href="../../groups/{@id}/index.html"><xsl:value-of select="@id"/></a>
       <xsl:if test="normalize-space(.) != ''">
  -      <em>(<xsl:value-of select="."/>)</em>
  +      &#160;(<xsl:value-of select="."/>)
       </xsl:if>
       </span>
     </xsl:template>
  
  
  

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