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

Revision 6071, 975 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              <span class="button small btn-success fileinput-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button">
5                  <span class="ui-button-text" title="Clique para anexar um arquivo ou arraste diretamente o arquivo sobre este botão">
6                      <span><i class="icon-plus icon-white"></i>Anexar arquivos</span>
7                      <input type="file" name="files[]" multiple="">
8                  </span>
9              </span>
10      </div>   
11
12     <span tabindex="-1" class="message-attach-link button small ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button"><span class="icon-plus ui-button-text">Anexar mensagens</span></span>
13    </div>
14     
15         <div class="files-list">
16            <ul class="attachments-list"></ul>
17         </div>
18        <br />
19</div>
Note: See TracBrowser for help on using the repository browser.