Ignore:
Timestamp:
10/06/10 16:14:29 (14 years ago)
Author:
eduardoalex
Message:

Ticket #1370 - Adicionada a opcao de escolha do grupo para os contatos importados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/js/ccIEContacts.js

    r285 r3334  
    22                this.win; 
    33                this.el;                 
    4                 this.wWidth = 395; 
     4                this.wWidth = 610; 
    55                this.wHeight = 255; 
    66        } 
     
    9393                        '<option value="thunderbird">'+("Mozilla Thunderbird")+'</option>'+ 
    9494                        '<option value="expresso" selected>'+lang_expresso_default+'</option></select><br>'+ 
    95                         '<br>'+lang_choose_contacts_file+'<br><br>'+                     
     95                        '<br> Selecione um grupo:&nbsp;' + Element('cc_select_groups').value + '<br>' + 
     96                        '<br>'+lang_choose_contacts_file+'<br><br>'+             
    9697                        '<input id="import_file" type="file" name="import_file">'+ 
    9798                        '</form></td></tr>'+ 
     
    237238                var _onload = function(){ 
    238239                        var typeImport = Element('typeImport').value; 
    239  
    240                         Connector.newRequest('import_contacts','../index.php?menuaction=contactcenter.ui_data.data_manager&method=import_contacts&typeImport='+typeImport,'GET',handler_import); 
     240                        var id_group = Element('id_group').value; 
     241                         
     242                        Connector.newRequest('import_contacts','../index.php?menuaction=contactcenter.ui_data.data_manager&method=import_contacts&typeImport='+typeImport+'&id_group='+id_group,'GET',handler_import); 
    241243                } 
    242244 
Note: See TracChangeset for help on using the changeset viewer.