Changeset 2966 for trunk/jmessenger/xsl


Ignore:
Timestamp:
06/22/10 17:26:23 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1116 - Melhorar a visualizacao/avisos de novos contatos e pedidos de autorizacao no modulo.

Location:
trunk/jmessenger/xsl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jmessenger/xsl/contactsList.xsl

    r2896 r2966  
    1515                        <div style="position: absolute; left: 80px; top: 8px;"> <xsl:value-of select="$full_name"/> </div> 
    1616 
    17                         <div style="position: absolute; top: 28px; left: 80px;"> 
     17                        <div style="position: absolute; top: 25px; left: 80px;"> 
    1818                                <button style="width:35px;" alt="Adicionar Contatos" title="Adicionar Contatos" onclick="loadscript.addContact();"> 
    1919                                        <img src="{$path_jabberit}/templates/default/images/users.png"/> 
     
    2323                                 
    2424                                <img style="height:16px; margin-left:10px;cursor:pointer;" alt="Help" title="Help" src="{$path_jabberit}/templates/default/images/help.png" onclick="alert('2');" /> 
     25                         
     26                        </div> 
     27                         
     28                        <div id="notification_new_users_jabber" style="display:none; position:absolute; top: 25px; left: 165px;"> 
     29                                <img style="margin-left:15px;cursor:pointer;" alt="Novos Contatos" title="Novos Contatos" src="{$path_jabberit}/templates/default/images/alert_2.png" onclick="loadscript.windowNotificationNewUsers();" /> 
    2530                        </div> 
    2631 
Note: See TracChangeset for help on using the changeset viewer.