Ignore:
Timestamp:
06/18/12 11:29:12 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Internacionalização de textos do menu de contexto dos rentangulos da nova mensagem

File:
1 edited

Legend:

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

    r6528 r6531  
    38463846                                        box.find(".box-loading").remove(); 
    38473847                                else{ 
    3848                                         //box.find(".box-loading").css("background-image", "url(templates/default/images/information.png) no-repeat! !important"); 
    38493848                                        box.find(".box-loading").removeClass("box-loading").addClass("box-info"); 
    38503849                                        box.addClass("box-"+value).removeClass("invalid-email-box"); 
    38513850                                        loadGroupBox(data.collection, ".box-"+value); 
    38523851                                        box.unbind("dblclick").bind("dblclick", function(e){ 
    3853                                                 new $.Zebra_Dialog('<strong>Impossivel editar</strong> um contato do catálogo pessoal\n' + 
    3854                                                         '<strong>Porém</strong> é possivel remove-lo', { 
     3852                                                new $.Zebra_Dialog(get_lang("Impossible editing this contact, but it's possible to remove it"), { 
    38553853                                                        'buttons':  false, 
    38563854                                                        'modal': false, 
     
    38743872                                        box.find(".box-loading").remove(); 
    38753873                                else{ 
    3876                                         //box.find(".box-loading").css("background-image", "url(templates/default/images/information.png) no-repeat! !important"); 
    38773874                                        box.find(".box-loading").removeClass("box-loading").addClass("box-info"); 
    38783875                                        box.addClass("box-"+value).removeClass("invalid-email-box"); 
    38793876                                        loadExtraLDAPBox(data.collection.data, ".box-"+value); 
    38803877                                        box.unbind("dblclick").bind("dblclick", function(e){ 
    3881                                                 new $.Zebra_Dialog('<strong>Impossivel editar</strong> um contato do catálogo pessoal\n' + 
    3882                                                         '<strong>Porém</strong> é possivel remove-lo', { 
     3878                                                new $.Zebra_Dialog(get_lang("Impossible editing this contact, but it's possible to remove it"), { 
    38833879                                                        'buttons':  false, 
    38843880                                                        'modal': false, 
     
    39013897                                box.find(".box-loading").remove(); 
    39023898                        else{ 
    3903                                 //box.find(".box-loading").css("background-image", "url(templates/default/images/information.png) no-repeat! !important"); 
    39043899                                box.find(".box-loading").removeClass("box-loading").addClass("box-info"); 
    39053900                                box.addClass("box-"+value).removeClass("invalid-email-box"); 
    39063901                                loadExtraLDAPBox(data.collection.itens[0].data, ".box-"+value); 
    39073902                                box.unbind("dblclick").bind("dblclick", function(e){ 
    3908                                         new $.Zebra_Dialog('<strong>Impossivel editar</strong> um contato do catálogo geral\n' + 
    3909                                                 '<strong>Porém</strong> é possivel remove-lo', { 
     3903                                        new $.Zebra_Dialog(get_lang("Impossible editing this contact, but it's possible to remove it"), { 
    39103904                                                'buttons':  false, 
    39113905                                                'modal': false, 
Note: See TracChangeset for help on using the changeset viewer.