Ignore:
Timestamp:
11/12/07 07:15:17 (16 years ago)
Author:
niltonneto
Message:

Inclusão de funcionalidade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.uiaccounts.inc.php

    r81 r107  
    280280                                'phpgwaccountstatus_checked'    => 'CHECKED', 
    281281                                'photo_bin'                                             => $GLOBALS['phpgw_info']['server']['webserver_url'].'/expressoAdmin1_2/templates/default/images/photo_celepar.png', 
     282                                'display_picture'                               => $this->functions->check_acl($manager_lid,'edit_users_picture') ? '' : 'none',  
    282283                                'disabled_delete_photo'                 => 'disabled', 
    283284                                'display_tr_default_password'   => 'none', 
     
    625626                                'photo_bin'                                             => $photo_bin, 
    626627                                'disabled_delete_photo'                 => $disabled_delete_photo, 
     628                                'display_picture'                               => $this->functions->check_acl($manager_account_lid,'edit_users_picture') ? '' : 'none', 
    627629                                 
    628630                                'display_tr_default_password'   => $this->functions->check_acl($manager_account_lid,'set_user_default_password') ? '' : 'none', 
Note: See TracChangeset for help on using the changeset viewer.