Ignore:
Timestamp:
05/03/10 10:43:25 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Removendo reload de alguns itens do 'admin'.

File:
1 edited

Legend:

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

    r2 r2686  
    527527                                'hidden_vars' => '<input type="hidden" name="account_id" value="'.$_GET['account_id'].'">', 
    528528                                'yes'         => lang('Yes'), 
    529                                 'no'          => lang('No') 
     529                                'no'          => lang('No'), 
     530                                'no_button' => $GLOBALS[ 'phpgw' ] -> link( '/', 'menuaction=admin.uiaccounts.list_groups' ) 
    530531                        ); 
    531532                        $p->set_var($var); 
Note: See TracChangeset for help on using the changeset viewer.