Ignore:
Timestamp:
12/12/11 10:36:54 (12 years ago)
Author:
viani
Message:

Ticket #2374 - Incluído atributo uid na listagem do organograma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/js/userinterface/orgchartPrint.js

    r3167 r5242  
    7676                                                                        .append(areas[area_id].employees[user_id].cn) 
    7777                                                        ) 
    78                                                         .css('width', '70%') 
     78                                                        .css('width', '60%') 
    7979                                                ); 
    8080 
     
    8585                                                        .css('width', '15%') 
    8686                                        ); 
     87 
     88        /* login: show uid attribute */ 
     89        element.append( 
     90                                        $('<td>' + areas[area_id].employees[user_id].uid + '</td>') 
     91                                                .css('width', '10%') 
     92                                        ) 
    8793 
    8894        /* telephone: last column */ 
Note: See TracChangeset for help on using the changeset viewer.