Ignore:
Timestamp:
08/05/09 18:06:39 (15 years ago)
Author:
rodsouza
Message:

Ticket #589 - Substituido menu de botoes por combo (interface administrativa)

File:
1 edited

Legend:

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

    r1276 r1279  
    3838        content += '<option onclick="getHierarchicalArea( );" selected="true">Áreas</option>' 
    3939        content += '<option onclick="getCostCenters( );">Centros de Custo</option>' 
    40         content += '<option onclick="getManning( )">Lotação</option>' 
     40        content += '<option onclick="getManning( )">Localidades</option>' 
    4141        content += '<option onclick="getAreaWithSubtituteBoss( )">Substituição de Chefia</option>' 
    4242        content += '<option onclick="getUsefulPhones( );">Telefones Úteis</option>' 
     
    102102        } 
    103103 
    104         var content = '<center><h3>CENTROS DE CUSTO</strong></h3>'; 
     104        var content = ''; 
    105105        content += '<table class="employeeList">'; 
    106106        content += '<tr><th>Nome</th><th>Número</th><th>Grupo</th></tr>'; 
Note: See TracChangeset for help on using the changeset viewer.