Changeset 2723


Ignore:
Timestamp:
05/06/10 15:33:26 (14 years ago)
Author:
amuller
Message:

Ticket #1059 - Tornando draw_messages orientado a objetos

File:
1 edited

Legend:

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

    r2722 r2723  
    349349                                this.value = 'hide'; 
    350350                                option_reply_options.src= URL_SERVER+'expressoMail1_2/templates/default/images/pressed.png'; 
    351                                 Element('tr_other_options_'+this.id).style.display = ''; 
     351                                Element('tr_other_options_'+id).style.display = ''; 
    352352 
    353353                        } 
     
    355355                                this.value = 'show'; 
    356356                                option_reply_options.src= URL_SERVER+'expressoMail1_2/templates/default/images/down.png'; 
    357                                 Element('tr_other_options_'+this.id).style.display = 'none'; 
     357                                Element('tr_other_options_'+id).style.display = 'none'; 
    358358                        } 
    359359                }; 
     
    367367 
    368368                ////////// OTHER OPTIONS //////////////////// 
    369                 var _tr_other_options = createAndSet("TR",['id'],['tr_other_options_' + this.id]); 
     369                var _tr_other_options = createAndSet("TR",['id'],['tr_other_options_' + id]); 
    370370                _tr_other_options.style.display = 'none'; 
    371371 
Note: See TracChangeset for help on using the changeset viewer.