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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.