Ignore:
Timestamp:
01/07/09 15:51:56 (15 years ago)
Author:
niltonneto
Message:

Melhorando tratamento de csv automático.
Resolve também #250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/templates/default/full_add.tpl

    r285 r575  
    219219                                         'unselectedClass': 'tab_box'});                                          
    220220 
    221                 fullAddWin = new dJSWin({'id': 'cc_full_add', 
     221                fullAddWin = new dJSWin({'id': 'cc_full_add_window', 
    222222                                         'content_id': 'cc_contact_tab', 
    223223                                         'win_class': 'row_off', 
     
    231231                                         'border': true}); 
    232232 
    233                 fullAddWin.draw();               
    234                                                  
     233                fullAddWin.draw(); 
     234 
    235235                if (is_ie) 
    236236                { 
Note: See TracChangeset for help on using the changeset viewer.