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/abas.js

    r4807 r4843  
    383383} 
    384384 
    385 function getTabPrefix() { // define o prefixo para os checkboxes das mensagens 
    386         if (typeof(currentTab)!='number') 
    387                 return currentTab+"_"; 
    388         else 
    389                 return ""; 
    390 } 
    391  
    392385function getMessageIdFromRowId(row_id) { // extrai o id da mensagem do id da linha 
    393386        var p = row_id.search("_s"); 
     
    407400        } 
    408401} 
     402 
     403function getTabSufix() { 
     404        if (typeof(currentTab)=='number') 
     405                return ''; 
     406        else 
     407                return '_s' + numBox.toString(); 
     408} 
Note: See TracChangeset for help on using the changeset viewer.