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

Revision 6107, 729 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2676 - Falha ao anexar arquivo no expresso mail

  • Property svn:executable set to *
Line 
1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -15px -10px;">
2        <div class="row fileupload-buttonbar">
3                <div class="button-files-upload">
4                        <<%= is_webkit ? 'button' : 'span style="height: 22px;"' %>  class="fileinput-button button small">
5                                <span style="margin-top: 4px;">Anexar arquivos</span>
6                                <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" multiple style="cursor:pointer;"></INPUT>
7                        </<%= is_webkit ? 'button' : 'span' %>>
8                        <button class="message-attach-link button small">
9                                <span>Anexar mensagens</span>
10                        </button>
11                </div>
12        </div>
13        <br />
14        <div class="files-list" style="margin: 5px; padding: 5px;">
15                <ul class="attachments-list"></ul>
16        </div>
17        <br />
18</div>
Note: See TracBrowser for help on using the repository browser.