source: trunk/prototype/modules/mail/templates/attachment.ejs @ 7634

Revision 7634, 670 bytes checked in by angelo, 11 years ago (diff)

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail - ajuste layout

  • Property svn:executable set to *
Line 
1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 5px 0px 0px 0px; padding-bottom : 5px;">
2                        <button class="fileUploadButton">Anexar Arquivos</button>
3                        <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" style="display:none;" multiple></INPUT>
4                        </<%= is_webkit ? 'button' : 'span' %>>
5                        <button class="message-attach-link button-small">
6                                <span>Anexar mensagens</span>
7                        </button>               
8        <div class="files-list">
9                <div class="attachments-list ui-corner-all" style="display:none;"></div>
10        </div>
11</div>
12<div id="fileupload_msg<%=data.ID%>_droopzone" style="display:none;" class="fileupload_msg_tooltip">
13        Solte aqui seus anexos
14</div>
Note: See TracBrowser for help on using the repository browser.