Changeset 876


Ignore:
Timestamp:
05/20/09 14:48:04 (15 years ago)
Author:
amuller
Message:

Ticket #507 - Assunto dos emails como texto alternativo das abas

File:
1 edited

Legend:

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

    r801 r876  
    124124        borderTitle = borderTitle ?  borderTitle : id_value ? get_lang("No Subject") : " " ; 
    125125        td.value = borderTitle; 
     126        td.alt = borderTitle; 
     127        td.title = borderTitle; 
    126128        if (borderTitle.length > 21) 
    127129                borderTitle = borderTitle.substring(0,21) + "..."; 
Note: See TracChangeset for help on using the changeset viewer.