Changeset 7715


Ignore:
Timestamp:
01/08/13 11:02:54 (11 years ago)
Author:
marcosw
Message:

Ticket #3271 - Correção para exibição de ícones na busca local

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r7447 r7715  
    823823                if(tagvalue.toLowerCase() == 'draft') 
    824824                    strnamestag += 'X'; 
     825                if(tagvalue.toLowerCase() == 'answered') 
     826                    strnamestag += 'A'; 
    825827                if(tagvalue.toLowerCase() == 'flagged') 
    826828                    tflagged = true; 
    827                 if((tagvalue.toLowerCase() == 'importance_high') && tflagged) 
     829                if((tagvalue.toLowerCase() == 'importance_high') || tflagged) 
    828830                        strnamestag += 'F'; 
    829831            }  
  • trunk/expressoMail1_2/js/search.js

    r7635 r7715  
    796796                        if (j<12) { 
    797797                                td.innerHTML = td1; 
    798                                  
     798                                td1 = ''; 
    799799                                //Carregar os followupflag nos resultados. 
    800800                                if (aux.followupflagged) { 
Note: See TracChangeset for help on using the changeset viewer.