Changeset 7


Ignore:
Timestamp:
03/29/07 12:01:33 (17 years ago)
Author:
niltonneto
Message:

O links "usuarios" e "grupos foram comentados. pois estava gerando confusão
na administração de contas de Expresso, que deve ser feito pelo módulo ExpressoAdmin 1.2, e não pelo módulo Administrador (E-GroupWare?).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/hook_admin.inc.php

    r2 r7  
    2222        } 
    2323*/ 
    24         if (! $GLOBALS['phpgw']->acl->check('account_access',1,'admin')) 
     24        /*if (! $GLOBALS['phpgw']->acl->check('account_access',1,'admin')) 
    2525        { 
    2626                $file['User Accounts']              = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_users'); 
     
    3030        { 
    3131                $file['User Groups']                = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_groups'); 
    32         } 
     32        }*/ 
    3333 
    3434        if (! $GLOBALS['phpgw']->acl->check('applications_access',1,'admin')) 
Note: See TracChangeset for help on using the changeset viewer.