Ignore:
Timestamp:
02/17/12 10:24:22 (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

    r5516 r5527  
    10131013                chk_box_element.className = "checkbox"; 
    10141014                chk_box_element.onclick = function(){select_all_messages(this.checked);}; 
    1015                 chk_box_element.onmouseover = function () {this.title=get_lang('Select all messages.')}; 
     1015                chk_box_element.onmouseover = function () {this.title=get_lang('Select all visible messages.')}; 
    10161016                chk_box_element.onkeydown = function (e){ 
    10171017                        if (is_ie) 
Note: See TracChangeset for help on using the changeset viewer.