Ignore:
Timestamp:
04/30/10 09:52:49 (14 years ago)
Author:
alexandrecorreia
Message:

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

File:
1 edited

Legend:

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

    r2629 r2670  
    1616 
    1717                        <div style="position: absolute; top: 30px; left: 80px;"> 
    18                                 <button style="width:35px;" alt="Adicionar Contatos" title="Adicionar Contatos" onclick="loadIM.addContact();"> 
     18                                <button style="width:35px;" alt="Adicionar Contatos" title="Adicionar Contatos" onclick="loadscript.addContact();"> 
    1919                                        <img src="{$path_jabberit}/templates/default/images/users.png"/> 
    2020                                </button> 
    2121                        </div> 
    2222 
    23                         <div style="position: absolute; left: 80px; top: 55px; cursor: pointer;" onclick="loadIM.setPresence(this);"> 
     23                        <div style="position: absolute; left: 80px; top: 55px; cursor: pointer;" onclick="loadscript.setPresence(this);"> 
    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> 
Note: See TracChangeset for help on using the changeset viewer.