Changeset 1092


Ignore:
Timestamp:
07/07/09 11:59:57 (15 years ago)
Author:
amuller
Message:

Ticket #507 - Correção de problema quando texto é vazio

File:
1 edited

Legend:

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

    r876 r1092  
    121121        td.onclick = function(){alternate_border(ID);}; 
    122122        td.setAttribute("noWrap","true"); 
    123  
     123        td.alt = borderTitle; 
     124        td.title = borderTitle; 
    124125        borderTitle = borderTitle ?  borderTitle : id_value ? get_lang("No Subject") : " " ; 
    125126        td.value = borderTitle; 
    126         td.alt = borderTitle; 
    127         td.title = borderTitle; 
    128127        if (borderTitle.length > 21) 
    129128                borderTitle = borderTitle.substring(0,21) + "..."; 
Note: See TracChangeset for help on using the changeset viewer.