Ignore:
Timestamp:
02/24/12 13:25:07 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Traducao e ajustes na exibição dos labels nas mensagens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5540 r5544  
    343343        .append("<div class='my-labels'>" + 
    344344                                "<img src='../prototype/modules/mail/img/tag.png'/>" + 
    345                                 "<a class='title-my-labels' tabindex='0' role='button' aria-expanded='false' title='Meus marcadores'>Meus marcadores</a>" + 
     345                                "<a class='title-my-labels' tabindex='0' role='button' aria-expanded='false' title='"+get_lang("My markers")+"'>"+get_lang("My markers")+"</a>" + 
    346346                                 
    347347                                "<span class='status-list-labels ui-icon ui-icon-triangle-1-s'></span>" + 
     
    30533053                        backgroundColor = labels[i].label.backgroundColor; 
    30543054                        nameLabel = labels[i].label.name; 
    3055                         markers.innerHTML+= "<div  style='width: 130px; height: 15px; background:"+backgroundColor+"; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin:0 0 5px 5px; border: 1px solid "+borderColor+"'><span style='color: "+fontColor+"; margin: 5px;'>"+nameLabel+"</a></div>"; 
     3055                        markers.innerHTML+= "<div  style='width: 130px; height: 15px; background:"+backgroundColor+"; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin:0 0 1px 1px; border: 1px solid "+borderColor+"'><span style='color: "+fontColor+"; margin: 5px;'>"+nameLabel+"</a></div>"; 
    30563056                         
    30573057                } 
Note: See TracChangeset for help on using the changeset viewer.