source: sandbox/2.5.1-expresso1/prototype/modules/attach_message/attachment_search.ejs @ 7945

Revision 7945, 1.4 KB checked in by thiago, 11 years ago (diff)

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

  • Property svn:executable set to *
Line 
1<div class="attach-message-search-div" style="position: absolute;right: 0px;top: 50%;margin: -10px 0 0 0;padding: 1px;height: 18px;">
2        <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       
4                <!--<span class="ui-icon ui-icon-search" style="position: absolute;right: 6px;top: 10%;"></span>
5                <input class="attach-message-search-checkbox" title="Selecione para buscar pelo conteudo da mensagem" type="checkbox" style="position: absolute;right: 20px;top: 10%;"> -->
6                <input class="attach-message-search-input" type="text" style="border-radius: 5px;border-right-color: white;border-right: 60px solid white;border-bottom: 1px solid white;border-top: 1px solid white;position: absolute;right: 9px;width: 170px;">
7                <span style="position: absolute; right: 5px;
8                <% if(is_ie){ %>
9                        top: 1px;">
10                <% }else if(is_webkit){ %>     
11                        top: 4px;">
12                <% } else { %> 
13                        top: 2px;">
14                <% } %>
15                        <button id="attach-message-search" title="Buscar mensagens" class="ui-icon ui-icon-search" style="position: absolute; right: 28px;"></button>
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
19        </span>
20        </fieldset>
21</div>
Note: See TracBrowser for help on using the repository browser.