Ignore:
Timestamp:
01/14/13 14:02:40 (11 years ago)
Author:
marcosw
Message:

Ticket #3289 - Correção para nome de botões em janelas de confirmação

File:
1 edited

Legend:

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

    r7742 r7744  
    47894789                    'type':     'warning', 
    47904790                    'overlay_opacity': '0.5', 
    4791                     'buttons':  ['OK','Cancelar'], 
     4791                    'buttons':  [get_lang('Yes'),get_lang('No')], 
    47924792                    'width' : 380, 
    47934793                                'custom_class': 'custom-zebra-filter', 
    47944794                    'onClose':  function(clicked) { 
    4795                         if(clicked == 'OK'){ 
     4795                        if(clicked == get_lang('Yes')){ 
    47964796                                RichTextEditor.setPlain(check_input(content.find('[name="textplain_rt_checkbox"]')), ID); 
    47974797                                $(".rich-button").find("span").text(get_lang("Rich Text")); 
Note: See TracChangeset for help on using the changeset viewer.