Ignore:
Timestamp:
04/12/11 11:01:29 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1739 - Login com certificado em atributo customizável

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/setup/manageheader.php

    r3304 r3991  
    596596                                        $setup_tpl->set_var('use_https_0',' checked'); 
    597597                                        $setup_tpl->set_var('div_cert',' style="display:none" '); 
     598                                        $setup_tpl->set_var('div_atributo_cpf',' style="display:none" '); 
    598599                                        $setup_tpl->set_var('div_criptox',' style="display:none" '); 
    599600                                         
     
    614615                                default: 
    615616                                        $setup_tpl->set_var('certificado_0',' checked'); 
     617                                        $setup_tpl->set_var('div_atributo_cpf',' style="display:none" '); 
    616618                                        $setup_tpl->set_var('div_cripto',' style="display:none" '); 
    617619                                        $setup_tpl->set_var('div_criptox',' style="display:none" '); 
     
    623625                                        break; 
    624626                        } 
    625                          
     627 
     628                        if($GLOBALS['phpgw_info']['server']['certificado_atributo_cpf']) 
     629                        { 
     630                                $setup_tpl->set_var('certificado_atributo_cpf',$GLOBALS['phpgw_info']['server']['certificado_atributo_cpf']); 
     631                        } 
     632 
    626633                        switch($GLOBALS['phpgw_info']['server']['captcha']) 
    627634                        { 
Note: See TracChangeset for help on using the changeset viewer.