Changeset 5445


Ignore:
Timestamp:
01/30/12 14:47:29 (12 years ago)
Author:
gustavo
Message:

Ticket #2468 - Inconsistências na tela de pesquisa avançada de mensagens

File:
1 edited

Legend:

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

    r5444 r5445  
    575575                        if( j == 6 ) 
    576576                        { 
    577                                 if ( aux.from !== null && aux.from.length > 29) 
    578                                         aux.from = aux.from.substr(0,29) + "..."; 
     577                                if ( aux.from.name !== null && aux.from.name.length > 29) 
     578                                        aux.from.name = aux.from.name.substr(0,29) + "..."; 
    579579 
    580580                                td.setAttribute("width", colSizes[1][6]); 
Note: See TracChangeset for help on using the changeset viewer.