Ignore:
Timestamp:
07/05/12 17:31:10 (12 years ago)
Author:
eduardow
Message:

Ticket #2934 - Insersão de tooltip em botões de marcadores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/mail/templates/label_list.ejs

    r5624 r6723  
    1414                                                background: <%= (data.labels[i].backgroundColor) ? data.labels[i].backgroundColor : '#ffffff' %>; float:right;"></div> 
    1515 
    16                                 <div class="button close tiny" style="float: right"></div> 
    17                                 <div class="button edit tiny" style="float: right"></div> 
     16                                <div class="button close tiny" style="float: right" title="<%= get_lang("Delete")%>"></div>  
     17                    <div class="button edit tiny" style="float: right" title="<%= get_lang("Edit")%>"></div>  
    1818                        </li> 
    1919                <%}%> 
Note: See TracChangeset for help on using the changeset viewer.