Ignore:
Timestamp:
04/19/07 18:32:45 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/js/ccIEContacts.js

    r2 r15  
    4141                        'Selecione o tipo do arquivo:&nbsp;<select id="typeImport">'+ 
    4242                        '<option value="outlook">Outlook Express</option>'+ 
     43                        '<option value="outlook2000">Outlook 2000</option>'+ 
    4344                        '<option value="thunderbird">Mozilla Thunderbird</option>'+ 
    4445                        '<option value="expresso" selected>Expresso (padrão)</option></select><br>'+ 
     
    5960                        '<input style="border:0" id="typeExport_1" name="radio" type="radio" value="outlook_pt-BR">Exportar como CSV do Outlook Express (Português)<br>'+ 
    6061                        '<input style="border:0" id="typeExport_2" name="radio" type="radio" value="outlook_en">Exportar como CSV do Outlook Express (Inglês)<br>'+ 
    61                         '<input style="border:0" id="typeExport_3" name="radio" type="radio" value="thunderbird">Exportar como CSV do Mozilla Thunderbird'+ 
     62                        '<input style="border:0" id="typeExport_3" name="radio" type="radio" value="outlook2000_pt-BR">Exportar como CSV do Outlook 2000 (Português)<br>'+ 
     63                        '<input style="border:0" id="typeExport_4" name="radio" type="radio" value="outlook2000_en">Exportar como CSV do Outlook 2000 (Inglês)<br>'+ 
     64                        '<input style="border:0" id="typeExport_5" name="radio" type="radio" value="thunderbird">Exportar como CSV do Mozilla Thunderbird<br>'+ 
    6265                        '</td></tr>'+ 
    6366                        '<tr><td align="center">&nbsp;</td></tr>'+ 
     
    216219                var typeExport = Element("typeExport"); 
    217220 
    218                 for(var index = 0; index < 4; index++){ 
     221                for(var index = 0; index < 5; index++){ 
    219222                        if(Element('typeExport_'+index).checked) 
    220                                 break;                   
     223                                break; 
    221224                } 
    222225 
Note: See TracChangeset for help on using the changeset viewer.