Ignore:
Timestamp:
07/21/11 11:17:23 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Menu de contexto não funciona corretamente em todos resultados de pesquisa.r4782

File:
1 edited

Legend:

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

    r4834 r4843  
    475475                                else 
    476476                                        chk_onclick = "changeBgColor(event,"+uid_msg+");"; 
    477                                 var td1 = '<input type="checkbox" onclick="' + chk_onclick + '" id="' + border_id + '_check_box_message_'+uid_msg+'"></input>'; 
     477                                var td1 = '<input type="checkbox" onclick="' + chk_onclick + '" id="check_box_message_'+tr.id+'"></input>'; 
    478478 
    479479                        } 
     
    504504                        { 
    505505                                td.setAttribute("width", colSizes[1][3]); 
    506                                 td.id = "td_message_important_"+uid_msg; 
     506                                td.id = "td_message_important_"+tr.id; 
    507507                                if (aux.flag.match("F")) 
    508508                                { 
Note: See TracChangeset for help on using the changeset viewer.