Changeset 7754


Ignore:
Timestamp:
01/15/13 14:52:03 (11 years ago)
Author:
angelo
Message:

Ticket #3296 - Icone de marcador esta duplicando na listagem de mensagens

File:
1 edited

Legend:

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

    r7635 r7754  
    11    function labeledMessages(isLabel){ 
    22        if(get_current_folder().split("_")[0] == "local"){ 
    3             alert("Pastas locais não fornece suporte para adição de marcadores.") 
     3            alert("Pastas locais não fornecem suporte para adição de marcadores.") 
    44            return true; 
    55        } 
     
    269269         if(current_folder == msg_folder || !current_folder){ 
    270270                 $('#td_message_labels_' + msg_number +', tr[role="'+msg_number+'_'+msg_folder+'"] #td_message_labels_search_' + msg_number) 
    271                  .html('').css({'background-image':'url(../prototype/modules/mail/img/mail-sprites.png)','background-position': '0 -1706px',"margin-left":"0",'margin-top':'3px'}); 
     271                 .html('').css({'background-image':'url(../prototype/modules/mail/img/mail-sprites.png)','background-position': '0 -1706px',"margin-left":"0",'margin-top':'3px','background-repeat':'no-repeat'}); 
    272272        }else{ 
    273273                $('tr[role="'+msg_number+'_'+msg_folder+'"] #td_message_labels_search_' + msg_number) 
    274                 .html('').css({'background-image':'url(../prototype/modules/mail/img/mail-sprites.png)','background-position': '0 -1706px',"margin-left":"0",'margin-top':'3px'}); 
     274                .html('').css({'background-image':'url(../prototype/modules/mail/img/mail-sprites.png)','background-position': '0 -1706px',"margin-left":"0",'margin-top':'3px','background-repeat':'no-repeat'}); 
    275275        } 
    276276         
Note: See TracChangeset for help on using the changeset viewer.