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

Revision 8093, 920 bytes checked in by angelo, 11 years ago (diff)

Ticket #3425 - Inconsistencia ao salvar mensagem criada

  • Property svn:executable set to *
RevLine 
[8092]1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -5px -10px; padding-bottom : 5px;">
2        <div class="row fileupload-buttonbar">
3                <div class="button-files-upload">
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' %>>
[8092]8                        <button class="message-attach-link button small">
[6107]9                                <span>Anexar mensagens</span>
[7697]10                        </button>
[8092]11                </div>
12        </div>
13        <br />
[8093]14        <div class="files-list">
[6930]15                <div class="attachments-list ui-corner-all" style="display:none;"></div>
[6107]16        </div>
17</div>
[6930]18<div id="fileupload_msg<%=data.ID%>_droopzone" style="display:none;" class="fileupload_msg_tooltip">
19        Solte aqui seus anexos
20</div>
Note: See TracBrowser for help on using the repository browser.