Ignore:
Timestamp:
12/05/12 16:52:23 (12 years ago)
Author:
marcieli
Message:

Ticket #3219 - Correcoes de problemas provocados ao alterar z-index dos zebraDialogs dos filtros.

Location:
trunk/prototype/modules/mail/js
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/foldertree.js

    r7574 r7612  
    471471                        'type': 'question', 
    472472                        'overlay_opacity': '0.5', 
     473                                                'custom_class': 'custom-zebra-filter', 
    473474                        'buttons':  [get_lang('Yes'), get_lang('No')], 
    474475                        'onClose':  function(caption) { 
  • trunk/prototype/modules/mail/js/followupflag.js

    r7543 r7612  
    402402                        $.Zebra_Dialog(get_lang('All messages flagged with the flag type ') + '<strong>'+ nameFollowupflag + '</strong>' + get_lang(' will be removed. This action cannot be undone. Want to continue?'), { 
    403403                                'type':     'question', 
    404                                 'custom_class': (is_ie ? 'configure-zebra-dialog' : ''), 
     404                                'custom_class': (is_ie ? 'configure-zebra-dialog custom-zebra-filter' : 'custom-zebra-filter'), 
    405405                                'title':    'Atenção', 
    406406                                'buttons': ['Sim','Não'],                
  • trunk/prototype/modules/mail/js/label.js

    r6641 r7612  
    9292        $.Zebra_Dialog('Deseja excluir esse marcador <strong>'+nameLabel+'</strong> das conversas que está relacionado e excluí-lo sem remover as conversas?', { 
    9393                'type':     'question', 
    94                 'custom_class': (is_ie ? 'configure-zebra-dialog' : ''), 
     94                'custom_class': (is_ie ? 'configure-zebra-dialog custom-zebra-filter' : 'custom-zebra-filter'), 
    9595                'title':    'Atenção', 
    9696                'buttons': ['Sim','Não'],                
Note: See TracChangeset for help on using the changeset viewer.