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

Revision 7912, 1.4 KB checked in by gustavo, 11 years ago (diff)

Ticket #3349 - Finalizada implementacao da melhoria com a busca no anexo de mensagens

  • 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                <!--<span class="ui-icon ui-icon-search" style="position: absolute;right: 6px;top: 10%;"></span>
4                <input class="attach-message-search-checkbox" title="Selecione para buscar pelo conteudo da mensagem" type="checkbox" style="position: absolute;right: 20px;top: 10%;"> -->
5                <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;">
6                <span style="position: absolute; right: 5px;
7                <% if(is_ie){ %>
8                        top: 1px;">
9                <% }else if(is_webkit){ %>     
10                        top: 4px;">
11                <% }else{ %>   
12                        top: 2px;">
13                <% } %>
14                        <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        </span>
17        </fieldset>
18</div>
Note: See TracBrowser for help on using the repository browser.