Changeset 7612


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

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

Location:
trunk
Files:
9 edited

Legend:

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

    r7608 r7612  
    438438                            'type':     'question', 
    439439                            'overlay_opacity': '0.5', 
     440                                                        'custom_class': 'custom-zebra-filter', 
    440441                            'buttons':  buttons, 
    441442                            'width' : width, 
  • trunk/expressoMail1_2/js/ccQuickAdd.js

    r6910 r7612  
    8181                                                                'modal': false, 
    8282                                                                'position': ['right - 20', 'top + 20'], 
    83                                                                 'auto_close': 3000 
     83                                                                'auto_close': 3000, 
     84                                                                'custom_class': 'custom-zebra-filter' 
    8485                                                        }); 
    8586                                                        return false; 
  • trunk/expressoMail1_2/js/draw_api.js

    r7611 r7612  
    43034303                                                        'modal': false, 
    43044304                                                        'position': ['right - 20', 'top + 20'], 
    4305                                                         'auto_close': 3000 
     4305                                                        'auto_close': 3000, 
     4306                                                        'custom_class': 'custom-zebra-filter' 
    43064307                                                }); 
    43074308                                        }).find(".box-input").val("\""+data.collection.data[1].value+"\" <"+$.trim(data.collection.data[2].value)+">"); 
     
    43304331                                                        'modal': false, 
    43314332                                                        'position': ['right - 20', 'top + 20'], 
    4332                                                         'auto_close': 3000 
     4333                                                        'auto_close': 3000, 
     4334                                                        'custom_class': 'custom-zebra-filter' 
    43334335                                                }); 
    43344336                                        }).find(".box-input").val("\""+item.name+"\" <"+$.trim(item.email)+">"); 
     
    43574359                                                'modal': false, 
    43584360                                                'position': ['right - 20', 'top + 20'], 
    4359                                                 'auto_close': 3000 
     4361                                                'auto_close': 3000, 
     4362                                                'custom_class': 'custom-zebra-filter' 
    43604363                                        }); 
    43614364                                }).find(".box-input").val("\""+item.name+"\" <"+$.trim(item.email)+">"); 
     
    44364439                                                'modal': false, 
    44374440                                                'position': ['right - 20', 'top + 20'], 
    4438                                                 'auto_close': 3000 
     4441                                                'auto_close': 3000, 
     4442                                                'custom_class': 'custom-zebra-filter' 
    44394443                                        }); 
    44404444                                }); 
     
    45934597                    $.Zebra_Dialog('Deseja remover <b>'+(item.name ? (item.name.length <= 30 ? item.name: item.name.substr(0,27)+"...")+" - " : "")+ item.mail+'</b>?', { 
    45944598                        'type':     'question', 
    4595                         'custom_class': (is_ie ? 'configure-zebra-dialog' : ''), 
     4599                        'custom_class': (is_ie ? 'configure-zebra-dialog custom-zebra-filter' : 'custom-zebra-filter'), 
    45964600                        'buttons': ['Sim','Não'], 
    45974601                        'overlay_opacity': '0.5', 
     
    47114715                    'buttons':  ['OK','Cancelar'], 
    47124716                    'width' : 380, 
     4717                                'custom_class': 'custom-zebra-filter', 
    47134718                    'onClose':  function(clicked) { 
    47144719                        if(clicked == 'OK'){ 
  • trunk/expressoMail1_2/js/main.js

    r7611 r7612  
    660660                                                'buttons':  [get_lang("Yes"), get_lang("No")], 
    661661                                                'overlay_opacity' : 0.5, 
     662                                                'custom_class': 'custom-zebra-filter', 
    662663                                                'onClose':  function(caption) { 
    663664                                                        if(caption == get_lang("Yes")) 
     
    32223223                                'buttons':  ['OK', 'Cancelar'], 
    32233224                                'width' : 500, 
     3225                                'custom_class': 'custom-zebra-filter', 
    32243226                                'onClose':  function(clicked) { 
    32253227                                        if(clicked == 'OK' ){ 
     
    32423244                                'type':     'question', 
    32433245                                'overlay_opacity': '0.5', 
     3246                                'custom_class': 'custom-zebra-filter', 
    32443247                                'buttons':  ['Descartar anexos e enviar', 'Continuar editando e esperar anexos'], 
    32453248                                'width' : 500, 
     
    36213624                'type':     'warning', 
    36223625                'overlay_opacity': '0.5', 
     3626                                'custom_class': 'custom-zebra-filter', 
    36233627                'buttons':  ['Fechar'] 
    36243628            }); 
     
    41024106            'buttons': ['Sim','Não'], 
    41034107            'overlay_opacity': '0.5', 
     4108                'custom_class': 'custom-zebra-filter', 
    41044109            'onClose':  function(caption) { 
    41054110                if(caption == 'Sim'){ 
     
    42724277                'buttons':  [get_lang("Yes"), get_lang("No")], 
    42734278                'overlay_opacity' : 0.5, 
     4279                'custom_class': 'custom-zebra-filter', 
    42744280                'onClose':  function(caption) { 
    42754281 
     
    43254331                'buttons':  [get_lang("Yes"), get_lang("No")], 
    43264332                'overlay_opacity' : 0.5, 
     4333                'custom_class': 'custom-zebra-filter', 
    43274334                'onClose':  function(caption) { 
    43284335                        if(caption == get_lang("Yes")){ 
     
    46274634                                                                                        'type'                          : 'warning', 
    46284635                                                                                        'overlay_opacity'       : '0.5', 
     4636                                                                                        'custom_class': 'custom-zebra-filter', 
    46294637                                                                                        'onClose'                       :  function(){ 
    46304638                                                                                                $("#importMessageAccordion").accordion('activate',0);    
     
    46384646                                                                                                'type'                          : 'warning', 
    46394647                                                                                                'overlay_opacity'       : '0.5', 
     4648                                                                                                'custom_class': 'custom-zebra-filter', 
    46404649                                                                                                'onClose'                       :  function(){ 
    46414650                                                                                                        $("#importMessageAccordion").accordion('activate',1);    
     
    47024711                        $.Zebra_Dialog( get_lang('File extension forbidden or invalid file') , { 
    47034712                                'type'                          : 'warning', 
    4704                                 'overlay_opacity'       : '0.5' 
     4713                                'overlay_opacity'       : '0.5', 
     4714                                'custom_class': 'custom-zebra-filter' 
    47054715                        }); 
    47064716                } 
  • trunk/expressoMail1_2/js/sharemailbox.js

    r7354 r7612  
    293293                                        'type':     'warning', 
    294294                                        'overlay_opacity': '0.5', 
     295                                                'custom_class': 'custom-zebra-filter', 
    295296                                        'buttons':  ['Fechar'] 
    296297                                    });                          
  • trunk/prototype/modules/filters/filters.css

    r7609 r7612  
    126126/*Custom zebraDialog - INICIO*/ 
    127127.custom-zebra-filter{ 
    128     z-index: 9999 !important; 
     128    z-index: 1004 !important; 
    129129} 
    130130div.ZebraDialogOverlay { 
    131     z-index: 9998 !important; 
     131    z-index: 1004 !important; 
    132132} 
    133133/*Custom zebraDialog - FIM*/ 
  • 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.