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

Revision 5604, 939 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2497 - Nova estrategia para o salvamento automatico de rascunhos

  • Property svn:executable set to *
Line 
1<form id="fileupload_msg<%=data.ID%>" class="fileupload" action="mailAttachment:detail" method="POST">
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">
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 id="fileupload-progress"></div>
14         <div class="files-list">
15            <ul class="attachments-list"></ul>
16         </div>
17       </div>
18        <br>
19</form>
Note: See TracBrowser for help on using the repository browser.