Ignore:
Timestamp:
04/05/10 17:48:29 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Adicionado a funcionalidade de procurar contatos no ldap, com templates XSL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/xsl/listLdapContacts.xsl

    r2411 r2421  
    2424                <xsl:for-each select="data"> 
    2525                        <xsl:sort select="cn"/> 
    26                         <span value="{mail};{uid}" jid="{jid}" ou="{ou}" photo="{photo}"> 
     26                        <span value="{mail};{uid}" jid="{jid}" name="{cn}" ou="{ou}" photo="{photo}"> 
    2727                                <span id="{mail};{uid}" style="display:none;"><xsl:value-of select="cn" /></span> 
    2828                                <b><xsl:value-of select="name(..)"/></b> 
Note: See TracChangeset for help on using the changeset viewer.