Ignore:
Timestamp:
06/10/08 16:41:40 (16 years ago)
Author:
niltonneto
Message:

Correções críticas para funcionalidades já existentes.

File:
1 edited

Legend:

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

    r305 r311  
    1515                                <xsl:choose> 
    1616                                        <xsl:when test="not(group = preceding-sibling::item/group)"> 
    17                                                 <img id="group_{group[current()]}" src="{$path}templates/default/images/group_open.gif" onclick="javascript:im.group_close('{group[current()]}');"/> 
    18                                                 <b><xsl:value-of select="group[current()]" /><br/></b> 
     17                                                <div style="font-weight:bold;padding-left:16px;background:url({$path}templates/default/images/group_open.gif) no-repeat;"> 
     18                                                        <xsl:value-of select="group[current()]" /> 
     19                                                </div> 
    1920                                                <xsl:apply-templates select="." mode="contacts"/> 
    2021                                        </xsl:when> 
Note: See TracChangeset for help on using the changeset viewer.