Ignore:
Timestamp:
06/24/08 17:09:46 (16 years ago)
Author:
niltonneto
Message:
 
Location:
trunk/instant_messenger/xsl
Files:
2 edited

Legend:

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

    r318 r327  
    2929 
    3030        <xsl:template match="*" mode="contacts"> 
    31                 <div style="background:url({$path}templates/default/images/unavailable.gif) no-repeat 15px;padding-left:30px;cursor:pointer;" id="contact_{@jid}" idgroup="{group}" idname="{@name}" jid="{@jid}"> 
     31                <div style="background:url({$path}templates/default/images/unavailable.gif) no-repeat 15px;padding-left:30px;cursor:pointer;display:none;" id="contact_{@jid}" idgroup="{group}" idname="{@name}" jid="{@jid}"> 
    3232                        <xsl:choose> 
    3333                                <xsl:when test="@name"> 
  • trunk/instant_messenger/xsl/mysettings.xsl

    r318 r327  
    1818                        <fieldset> 
    1919                                <legend> <xsl:value-of select="$lang1"/> : </legend> 
    20                                 <input id="ch_offline" type="checkbox" />  
     20                                <input id="ch_offline" type="checkbox" onclick="im_preferences.showHiddenGroup(this);" />  
    2121                                <label for="ch_offline"><xsl:value-of select="$lang2"/></label> 
    2222                        </fieldset> 
     
    2929                        </fieldset>              
    3030                        <br />   
     31                        <!-- 
    3132                        <fieldset> 
    3233                                <legend> <xsl:value-of select="$lang6" /> : </legend> 
     
    3536                                <input id="rd_ch" type="radio" name="rd_aviso" /> <label for="rd_ch"><xsl:value-of select="$lang8" /></label> 
    3637                        </fieldset> 
     38                        --> 
    3739                </div> 
    3840                <br/> 
Note: See TracChangeset for help on using the changeset viewer.