Changeset 7945 for sandbox


Ignore:
Timestamp:
03/04/13 10:12:06 (11 years ago)
Author:
thiago
Message:

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

Location:
sandbox/2.5.1-expresso1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-expresso1/expressoMail1_2/setup/phpgw_pt-br.lang

    r7893 r7945  
    954954No messages were unarchived     expressoMail1_2 pt-br   Nenhuma mensagem foi desarquivada 
    955955Some messages weren't successfully unarchived   expressoMail1_2 pt-br   Algumas mensagens não puderam ser desarquivadas 
    956 Coudn't unarchive message       expressoMail1_2 pt-br   Não foi possível desarquivar mensagem 
     956Coudn't unarchive message       expressoMail1_2 pt-br   Não foi possível desarquivar mensagemtake on this option to consider the message body in the search. 
    957957Message successfully unarchived expressoMail1_2 pt-br   Mensagem desarquivada com sucesso 
    958958Unarchiving message %1 of %2    expressoMail1_2 pt-br   Desarquivando mensagem %1 de %2 
     
    974974Sending the message...  expressoMail1_2 pt-br   Enviando a mensagem... 
    975975Please, Wait the messages from archieve be ready.       expressoMail1_2 pt-br   Por favor, Aguarde as mensagens arquivadas ficarem prontas. 
     976take on this option to regard the message body in the search.   expressoMail1_2 pt-br   Considerar o corpo da mensagem como filtro na busca 
     977take off this option to disregard the message body in the search.       expressoMail1_2 pt-br   Desconsiderar o corpo da mensagem como filtro na busca 
  • sandbox/2.5.1-expresso1/prototype/modules/attach_message/attachment_search.ejs

    r7912 r7945  
    11<div class="attach-message-search-div" style="position: absolute;right: 0px;top: 50%;margin: -10px 0 0 0;padding: 1px;height: 18px;"> 
    22        <fieldset class="attach-message-search-field ui-corner-all" style="border: 0;margin: -10px 0 0 0;padding: 1px;height: 18px;position: relative;top: 50%;"> 
     3         
    34                <!--<span class="ui-icon ui-icon-search" style="position: absolute;right: 6px;top: 10%;"></span> 
    45                <input class="attach-message-search-checkbox" title="Selecione para buscar pelo conteudo da mensagem" type="checkbox" style="position: absolute;right: 20px;top: 10%;"> --> 
     
    910                <% }else if(is_webkit){ %>       
    1011                        top: 4px;"> 
    11                 <% }else{ %>     
     12                <% } else { %>   
    1213                        top: 2px;"> 
    1314                <% } %>  
    1415                        <button id="attach-message-search" title="Buscar mensagens" class="ui-icon ui-icon-search" style="position: absolute; right: 28px;"></button> 
    15                 <input type="checkbox" id="attach-message-search-options" class="attach-message-search-checkbox"><label style="width: 26px; height: 14px;" for="attach-message-search-options">Considerar o corpo da mensagem como filtro na busca</label> 
     16                <input type="checkbox" id="attach-message-search-options" class="attach-message-search-checkbox"> 
     17            <label class="button-body-msg-title" style="width: 26px; height: 14px;" for="attach-message-search-options"><%= get_lang("take on this option to regard the message body in the search.") %></label> 
     18 
    1619        </span> 
    1720        </fieldset> 
Note: See TracChangeset for help on using the changeset viewer.