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.

Location:
sandbox/jabberit_messenger/trophy_expresso/xsl
Files:
4 edited

Legend:

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

    r2634 r2670  
    1818                        <div style="margin:5px 0px 5px 5px;"> 
    1919                                <span><xsl:value-of select="$lang_name_contact" /> .: </span>  
    20                                 <input id="search_user_jabber" type="text" size="30" onclick="this.select();" onkeypress="loadIM.keyPressSearch(event, this);" /> 
    21                                 <button style="position:absolute; top:5px; left:305px;" onclick="loadIM.searchUser()"><img src="{$path}templates/default/images/users.png"/></button> 
     20                                <input id="search_user_jabber" type="text" size="30" onclick="this.select();" onkeypress="loadscript.keyPressSearch(event, this);" /> 
     21                                <button style="position:absolute; top:5px; left:305px;" onclick="loadscript.searchUser()"><img src="{$path}templates/default/images/users.png"/></button> 
    2222                        </div> 
    2323 
  • 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> 
  • sandbox/jabberit_messenger/trophy_expresso/xsl/groups.xsl

    r2626 r2670  
    99 
    1010                        <div style="margin-bottom: 3px;"> 
    11                                 <span  onclick="loadIM.groupsHidden(this);" style="background: url('{$path_jabberit}/templates/default/images/arrow_down.gif') no-repeat center left; font-weight:bold; padding-left: 16px; cursor: pointer;"> 
     11                                <span  onclick="loadscript.groupsHidden(this);" style="background: url('{$path_jabberit}/templates/default/images/arrow_down.gif') no-repeat center left; font-weight:bold; padding-left: 16px; cursor: pointer;"> 
    1212                                        <xsl:value-of select="$nameGroup"/> 
    1313                                </span> 
  • sandbox/jabberit_messenger/trophy_expresso/xsl/itensGroup.xsl

    r2626 r2670  
    1616        <xsl:template match="itens_group"> 
    1717 
    18                         <div id="{$id}" subscription="{$subscription}" onmousedown="loadIM.actionButton(event,'{$jid}','{$index}');" style="background: url('{$path_jabberit}templates/default/images/{$presence}.gif') no-repeat center left; padding-left: 20px; margin:2px 0px 0px 10px; cursor:pointer; font-weight:normal;"> 
     18                        <div id="{$id}" subscription="{$subscription}" onmousedown="loadscript.actionButton(event,'{$jid}','{$index}');" style="background: url('{$path_jabberit}templates/default/images/{$presence}.gif') no-repeat center left; padding-left: 20px; margin:2px 0px 0px 10px; cursor:pointer; font-weight:normal;"> 
    1919                                <xsl:value-of select="$nameContact"/> 
    2020                        </div> 
Note: See TracChangeset for help on using the changeset viewer.