Ignore:
Timestamp:
04/30/08 17:15:14 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/xsl/list_ldap_org.xsl

    r260 r275  
    66        <xsl:for-each select="ou"> 
    77                <xsl:sort select="." case-order="upper-first" /> 
    8                 <option value="{.}"><xsl:value-of select="." /></option> 
     8                <option value="{.}" onmousedown="javascript:im.ldap_search_ou(this);"> 
     9                        <xsl:value-of select="." /> 
     10                </option> 
    911        </xsl:for-each> 
    1012</xsl:template> 
Note: See TracChangeset for help on using the changeset viewer.