Ignore:
Timestamp:
03/22/12 12:18:12 (12 years ago)
Author:
cristiano
Message:

Ticket #2497 - title do botao anexar arquivos, verificação de mensagem aberta ao fechar expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/templates/attachment.ejs

    r5626 r5785  
    11<form id="fileupload_msg<%=data.ID%>" class="fileupload" action="mailAttachment:detail" method="POST"> 
    22  <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>       
     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>     
    1111 
    1212     <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> 
Note: See TracChangeset for help on using the changeset viewer.