Changeset 3055 for trunk/workflow


Ignore:
Timestamp:
07/15/10 15:51:46 (14 years ago)
Author:
asaikawa
Message:

Ticket #865 - Incluido uid ao lado do nome do usuario na tela de mapeamento de perfis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.ui_adminroles.inc.php

    r2809 r3055  
    276276                                        $entry = $cachedLDAP->getEntryByID($mapping['wf_user']); 
    277277                                        $cname = $GLOBALS['phpgw']->translation->convert($entry['cn'],'utf-8'); 
    278                                         $glabel = ""; 
     278                                        $glabel = (!empty($entry['uid'])) ? '[' . $entry['uid'] . ']' : ''; 
    279279                                        if (is_null($entry['last_update'])) 
    280280                                                $glabel = '<font color="red">(inativo)</font>'; 
Note: See TracChangeset for help on using the changeset viewer.