Ignore:
Timestamp:
02/29/12 15:51:44 (12 years ago)
Author:
angelo
Message:

Ticket #2495 - Selecionar todas as mensagens no expressoMail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5586 r5587  
    11241124                chk_box_element.className = "checkbox"; 
    11251125                chk_box_element.onclick = function(){select_all_messages(this.checked);}; 
    1126                 chk_box_element.onmouseover = function () {this.title=get_lang('Select all visible messages.')}; 
     1126                chk_box_element.onmouseover = function () {this.title=get_lang('Select all messages from this page.')}; 
    11271127                chk_box_element.onkeydown = function (e){ 
    11281128                        if (is_ie) 
Note: See TracChangeset for help on using the changeset viewer.