Ignore:
Timestamp:
04/26/10 17:18:32 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para compatibilizar o carregamento do script para o IE.

File:
1 edited

Legend:

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

    r2626 r2629  
    1010        <xsl:template match="contacts_list"> 
    1111                 
    12                 <fieldset style="margin:2px; border:1px dotted #000000; height: 90px;"> 
     12                <fieldset style="margin:2px; border:1px dotted #000000; height: 74pt;"> 
    1313                        <div id="{$idUser}__photo" style="position: absolute; left: 5px; top: 5px; width:60px; height:80px; background-image:url('{$path_jabberit}/templates/default/images/photo.png');"/> 
    1414 
     
    2424                                <div id="statusJabberImg" style="background: url('{$path_jabberit}/templates/default/images/available.gif'); margin-left: 13px;width:15px; height:15px;"></div> 
    2525                                <div id="statusJabberText" style="margin-top: -13px; margin-left: 30px;"> Disponível </div> 
    26                                 <div style="background-image: url('{$path_jabberit}/templates/default/images/arrow_down.gif'); margin-top: -13px; margin-left: 0px; width:15px; height:15px;"/>  
     26                                <div style="background-image: url('{$path_jabberit}/templates/default/images/arrow_down.gif'); margin-top: -13px; margin-left: 0px; width:15px; height:15px;"/> 
     27                        </div> 
     28                         
     29                        <div id="JabberIMRosterLoadingGif" style="position:absolute; left:80px; top:72px; display:block;"> 
     30                                        <img src='{$path_jabberit}/templates/default/images/loading.gif' style="width:20px; height:20px;"/> 
     31                                        <span style="color:red;">Carregando...</span> 
    2732                        </div> 
    2833 
    2934                </fieldset> 
    3035                                 
    31                 <div id="JabberIMRoster" style="margin-top:3px;overflow-y: auto; height: 267px; z-index:{$zIndex_};"></div> 
     36                <div id="JabberIMRoster" style="margin-top:3px;overflow-y: auto; height: 262px; z-index:{$zIndex_};"> 
     37                </div> 
    3238                  
    3339        </xsl:template> 
Note: See TracChangeset for help on using the changeset viewer.