source: sandbox/2.4.2-expresso2/prototype/modules/mail/templates/attachment.ejs @ 6752

Revision 6752, 956 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2953 - Melhorar a disposição da listagem de anexos no expressoMail

  • Property svn:executable set to *
RevLine 
[6752]1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -15px -10px; padding-bottom : 5px;">
[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;">
[6752]15                <div class="attachments-list ui-corner-all" style="display:none;"></div>
[6107]16        </div>
17</div>
[6752]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.