Changeset 7111


Ignore:
Timestamp:
08/23/12 18:00:29 (12 years ago)
Author:
angelo
Message:

Ticket #3074 - Inconsistencia no alerta de exclusao de contatos dinamicos

File:
1 edited

Legend:

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

    r7108 r7111  
    43544354                                                autocomplete.catcomplete( "close" ); 
    43554355                                        canMakeBox = false; 
    4356                                         $.Zebra_Dialog('Deseja remover <b>'+(item.name ? item.name+" - " : "")+ item.mail+'</b>?', { 
     4356                                        $.Zebra_Dialog('Deseja remover <b>'+(item.name ? (item.name.length <=30 ? item.name: item.name.substr(0,27)+"...")+" - " : "")+ item.mail+'</b>?', { 
    43574357                                                        'type':     'question', 
    43584358                                                        'custom_class': (is_ie ? 'configure-zebra-dialog' : ''), 
Note: See TracChangeset for help on using the changeset viewer.