Ignore:
Timestamp:
07/22/10 15:43:24 (14 years ago)
Author:
amuller
Message:

Ticket #1148 - Corrigindo tamanho das imagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/draw_messages.js

    r3077 r3081  
    339339        td.innerHTML = _name.bold() + ', ' + info_msg.udate; 
    340340        if (info_msg.attachment.names.length > 0) 
    341                 td.innerHTML += "&nbsp<img style='cursor:pointer' onclick='javascript:Element(\"option_hide_more_"+id+"\").onclick()' src ='" + URL_SERVER + "expressoMail1_2/templates/"+template+"/images/clip.gif' title='"+info_msg.attachment.names+"'>"; 
     341                td.innerHTML += "&nbsp<img style='cursor:pointer' onclick='javascript:Element(\"option_hide_more_"+id+"\").onclick()' src ='" + URL_SERVER + "expressoMail1_2/templates/"+template+"/images/clip.png' title='"+info_msg.attachment.names+"'>"; 
    342342 
    343343        if(typeof(info_msg.signature) != 'undefined') 
Note: See TracChangeset for help on using the changeset viewer.