Ignore:
Timestamp:
05/04/12 18:00:28 (12 years ago)
Author:
gustavo
Message:

Ticket #2676 - Falha ao anexar arquivo no expresso mail

Location:
trunk/prototype/modules/mail/templates
Files:
3 edited

Legend:

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

    r6071 r6107  
    11<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 /> 
     2        <div class="row fileupload-buttonbar"> 
     3                <div class="button-files-upload"> 
     4                        <<%= is_webkit ? 'button' : 'span style="height: 22px;"' %>  class="fileinput-button button small"> 
     5                                <span style="margin-top: 4px;">Anexar arquivos</span> 
     6                                <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" multiple style="cursor:pointer;"></INPUT> 
     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;"> 
     15                <ul class="attachments-list"></ul> 
     16        </div> 
     17        <br /> 
    1918</div> 
  • trunk/prototype/modules/mail/templates/attachment_add_itemlist.ejs

    r5767 r6107  
     1<li style="list-style : none;"> 
    12        <p class="input-group archive-info" style="margin: 0px 0 !important; height: 17px">              
    23                <span title="<%=data.file.fullFileName%>" class="archive-attach name"><%=data.file.fileName%></span> 
    34                <span class="archive-attach size"><%=data.file.fileSize%></span> 
    4                 <button type="button" class="button close tiny upload delete-upload" title="Deletar">Deletar</button> 
     5                <button type="button" style="margin-bottom: -4px;" class="button close tiny upload delete-upload" title="Deletar">Deletar</button> 
    56                <span class="status-upload"></span> 
    67                <%if(data.file.error){%> 
     
    1415                 
    1516    </p> 
     17</li> 
  • trunk/prototype/modules/mail/templates/new_message.ejs

    r6060 r6107  
    119119                                </td> 
    120120                                <td class="value"> 
    121                                         <div id="message-attach-dialog" title="'<%=get_lang("Select messages to attach...")%>" style="clear: both;")>&nbsp;</div> 
     121                                        <div id="message-attach-dialog" title="'<%=get_lang("Select messages to attach...")%>" style="clear: both; display:none;")>&nbsp;</div> 
    122122                                </td> 
    123123                        </tr> 
Note: See TracChangeset for help on using the changeset viewer.