Changeset 7944 for sandbox


Ignore:
Timestamp:
03/04/13 09:46:29 (11 years ago)
Author:
thiago
Message:

Ticket #3349 - Validando titulo do botao que considera e desconsidera corpo da msg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-expresso1/prototype/modules/attach_message/attach_message.js

    r7940 r7944  
    931931                        } 
    932932                         
    933                 }); 
     933                }).end().find(".attach-message-search-checkbox").click(function(){ 
     934            var msg; 
     935            if($(this).is(":checked")){ 
     936                msg = "Desconsiderar o corpo da mensagem como filtro na busca"; 
     937            } else { 
     938                msg = "Considerar o corpo da mensagem como filtro na busca"; 
     939            } 
     940            $(".attach-message-search-div .button-body-msg-title").attr("title",msg); 
     941        }); 
     942 
    934943                $("#attach-message-search").button({ 
    935944                        text: false, 
Note: See TracChangeset for help on using the changeset viewer.