source: branches/2.5/prototype/modules/mail/templates/attachment.ejs @ 7697

Revision 7697, 717 bytes checked in by cristiano, 11 years ago (diff)

Ticket #3261 - Nao exibição do botao Adicionar anexos originais ao responder

  • 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    <div class="button-files-upload">
3    <button class="fileUploadButton">Anexar Arquivos</button>
4                        <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" style="display:none;" multiple></INPUT>
5                        </<%= is_webkit ? 'button' : 'span' %>>
6                        <button class="message-attach-link button-small">
7                                <span>Anexar mensagens</span>
8                        </button>
9    </div>
10<div class="files-list">
11                <div class="attachments-list ui-corner-all" style="display:none;"></div>
12        </div>
13</div>
14<div id="fileupload_msg<%=data.ID%>_droopzone" style="display:none;" class="fileupload_msg_tooltip">
15        Solte aqui seus anexos
16</div>
Note: See TracBrowser for help on using the repository browser.