Ignore:
Timestamp:
02/03/10 16:33:54 (14 years ago)
Author:
eduardoalex
Message:

Ticket #785 - Resolvendo o problema descrito no ticket em questao

File:
1 edited

Legend:

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

    r1747 r1969  
    410410                        var uid_msg = aux[6]; 
    411411                        var subject = aux[2]; 
    412                         tr.id = uid_msg; 
     412                        tr.id = uid_msg+"_s"+global_search; 
    413413 
    414414                        // Keep the two lines together please 
     
    545545                tbody.appendChild(tr); 
    546546                } 
     547                global_search++; //Tabs from search must not have the same id on its tr's 
     548                 
    547549                table.appendChild(tbody); 
    548550 
Note: See TracChangeset for help on using the changeset viewer.