Ignore:
Timestamp:
07/28/11 08:33:41 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2169 - Disponibilizar certificado na sessão do usuário

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/templates/default/navbar.inc.php

    r3902 r4867  
    238238                                . lang('Current users') . ': ' . $GLOBALS['phpgw']->session->total() . '</a>'; 
    239239                        } 
    240                         $now = time();                   
    241                         $var['user_info'] = '<b>'.$GLOBALS['phpgw']->common->display_fullname() .'</b>'. ' - ' 
     240                        $now = time(); 
     241                        $var['user_info'] = '<b>'.$GLOBALS['phpgw']->common->display_fullname() . ($GLOBALS['phpgw']->session->appsession('certificate','phpgwapi')?'(' .lang('Identified by Digital Certificate') . ')':'') . '</b>'. ' - ' 
    242242                        . lang($GLOBALS['phpgw']->common->show_date($now,'l')) . ' ' 
    243243                        . $GLOBALS['phpgw']->common->show_date($now,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']); 
Note: See TracChangeset for help on using the changeset viewer.