Ignore:
Timestamp:
04/07/10 16:58:47 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoAdmin não realize reload de página.

File:
1 edited

Legend:

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

    r2419 r2459  
    8989                                'add_action'                    => $GLOBALS['phpgw']->link('/index.php','menuaction=expressoAdmin1_2.uigroups.add_groups'), 
    9090                                'add_group_disabled'    => $this->functions->check_acl($account_lid,'add_groups') ? '' : 'disabled', 
    91                                 'context_display'               => $context_display 
     91                                'context_display'               => $context_display, 
     92                                'accounts_url'                  => $GLOBALS[ 'phpgw' ] -> link( '/', 'menuaction=expressoAdmin1_2.uigroups.list_groups' ) 
    9293                        ); 
    9394                        $p->set_var($var); 
Note: See TracChangeset for help on using the changeset viewer.