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

Revision 6124, 773 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2676 - Falha ao anexar arquivo no expresso mail

  • Property svn:executable set to *
RevLine 
[6071]1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -15px -10px;">
[6107]2        <div class="row fileupload-buttonbar">
3                <div class="button-files-upload">
[6124]4                        <<%= is_webkit ? 'button' : 'span style="height: 22px; cursor:pointer;"' %>  class="fileinput-button button small">
5                                <span style="margin-top: 4px; cursor:pointer;"><i class="icon-plus icon-white"></i>Anexar arquivos</span>
6                                <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" multiple></INPUT>
[6107]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.