Ignore:
Timestamp:
09/29/09 09:58:24 (15 years ago)
Author:
rodsouza
Message:

Ticket #662 - Bug na busca de contas institucionais com o IE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/js/jscode/institutional_accounts.js

    r422 r1458  
    184184function get_institutional_accounts_timeOut(input) 
    185185{ 
    186         var head_table = '<table border="0" width="90%"><tr bgcolor="#d3dce3"><td width="30%">'+get_lang("full name")+'</td><td width="30%">'+get_lang("mail")+'</td><td width="5%" align="center">'+get_lang("delete")+'</td></tr></table>'; 
     186        var head_table = '<table border="0" width="90%"><tr bgcolor="#d3dce3"><td width="30%">'+get_lang("full name")+'</td><td width="30%">'+get_lang("mail")+'</td><td width="5%" align="center">'+get_lang("remove")+'</td></tr></table>'; 
    187187         
    188188        if (input.length > 4) 
     
    203203                if (data.status == 'true') 
    204204                { 
    205                         var table = '<table border="0" width="90%"><tr bgcolor="#d3dce3"><td width="30%">'+get_lang("full name")+'</td><td width="30%">'+get_lang("mail")+'</td><td width="5%" align="center">'+get_lang("delete")+'</td></tr>'+data.trs+'</table>'; 
     205                        var table = '<table border="0" width="90%"><tr bgcolor="#d3dce3"><td width="30%">'+get_lang("full name")+'</td><td width="30%">'+get_lang("mail")+'</td><td width="5%" align="center">'+get_lang("remove")+'</td></tr>'+data.trs+'</table>'; 
    206206                        Element('institutional_accounts_content').innerHTML = table; 
    207207                } 
Note: See TracChangeset for help on using the changeset viewer.