Changeset 3123


Ignore:
Timestamp:
08/03/10 10:55:35 (14 years ago)
Author:
amuller
Message:

Ticket #1059 - Arrumando problema de encaminhar mensagens

File:
1 edited

Legend:

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

    r3111 r3123  
    414414                var option_forward = createAndSet("SPAN",['id','class'],['msg_opt_forward_'+this.id, 'message_options'],get_lang('Forward')); 
    415415                option_forward.onmouseover=function () { this.className='message_options_active'; };  
    416                 option_forward.onmouseout=function () { this.className='message_options' };  
    417                 option_forward.onclick = function(){new_message('forward', this.id);}; 
     416                option_forward.onmouseout=function () { this.className='message_options' }; 
     417                option_forward.onclick = function(){new_message('forward', id);}; 
    418418                appendChilds(options,option_hide_more,createAndSet('SPAN',false,false,' | '),option_forward); 
    419419 
Note: See TracChangeset for help on using the changeset viewer.