Ignore:
Timestamp:
08/02/10 09:56:24 (14 years ago)
Author:
amuller
Message:

Ticket #974 - Arrumando problema da data ao visualizar email

File:
1 edited

Legend:

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

    r3081 r3111  
    337337                _name = info_msg.from.email.length > _maxChar ? info_msg.from.email.substring(0,_maxChar) + "..." : info_msg.from.email; 
    338338        var id = this.id; 
    339         td.innerHTML = _name.bold() + ', ' + info_msg.udate; 
     339        td.innerHTML = _name.bold() + ', ' +strDateShow(info_msg.udate)+' '; 
    340340        if (info_msg.attachment.names.length > 0) 
    341341                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+"'>"; 
Note: See TracChangeset for help on using the changeset viewer.