Ignore:
Timestamp:
09/20/12 15:22:12 (12 years ago)
Author:
douglasz
Message:

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

File:
1 edited

Legend:

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

    r7245 r7258  
    32673267                        return; 
    32683268                var msgs_to_set = data.msgs_to_set.split(","); 
     3269 
     3270 
     3271        if(data.disposition_notification_to){ 
     3272            $.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.'), { 
     3273                'type':     'warning', 
     3274                'overlay_opacity': '0.5', 
     3275                'buttons':  ['Fechar'] 
     3276            }); 
     3277        } 
    32693278 
    32703279                if(!data.status) { 
Note: See TracChangeset for help on using the changeset viewer.