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/10/03 13:58:26 UTC

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

andreas     2003/10/03 04:58:26

  Modified:    src/webapp/lenya/xslt/admin/users profile.xsl
  Log:
  showing password fields only for non-LDAP users
  
  Revision  Changes    Path
  1.9       +1 -1      cocoon-lenya/src/webapp/lenya/xslt/admin/users/profile.xsl
  
  Index: profile.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/admin/users/profile.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- profile.xsl	21 Sep 2003 13:27:24 -0000	1.8
  +++ profile.xsl	3 Oct 2003 11:58:26 -0000	1.9
  @@ -40,7 +40,7 @@
               
               <xsl:apply-templates select="message | id | ldapid | fullname | email | description"/>
               
  -            <xsl:if test="@new = 'true'">
  +            <xsl:if test="@new = 'true' and not(@ldap = 'true')">
                 <tr><td colspan="2">&#160;</td></tr>
                 <xsl:apply-templates select="password | confirm-password"/>
               </xsl:if>
  
  
  

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