Changeset 8155 for trunk


Ignore:
Timestamp:
05/14/13 11:04:43 (11 years ago)
Author:
thiago
Message:

Ticket #3451 - Problema de mover mensagem no contexto search.

File:
1 edited

Legend:

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

    r8133 r8155  
    137137        if(type == "move_to"){ 
    138138            if( (currentTab == 0) || (currentTab.toString().indexOf("search") >= 0)){ 
    139                 var selected_msg = get_selected_messages(); 
     139                 
     140                //Verifica em qual aba o usuário está 
     141                var selected_msg = (currentTab == 0) ? get_selected_messages() : get_selected_messages_search(); 
     142 
    140143                if ((parseInt(selected_msg) > 0 || selected_msg.length > 0)||(type != "move_to")){ 
    141144                    this.load( border_id, type, false); 
Note: See TracChangeset for help on using the changeset viewer.