Ignore:
Timestamp:
09/24/12 10:31:10 (12 years ago)
Author:
eduardow
Message:

Ticket #3114 - Problema com confirmação de leitura nas mensagens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/main.js

    r7255 r7281  
    32733273                        return; 
    32743274                var msgs_to_set = data.msgs_to_set.split(","); 
     3275 
     3276 
     3277                if(data.disposition_notification_to){  
     3278            $.Zebra_Dialog(data.disposition_notification_to.length == 1 ? get_lang('One of his messages can not be marked as read, because it contains a read confirmation.') : data.disposition_notification_to.length + get_lang(' of its messages could not be marked as read, because it contains a read confirmation.'), {  
     3279                'type':     'warning',  
     3280                'overlay_opacity': '0.5',  
     3281                'buttons':  ['Fechar']  
     3282            });  
     3283        }  
    32753284 
    32763285                if(!data.status) { 
Note: See TracChangeset for help on using the changeset viewer.