Changeset 1409 for trunk/contactcenter


Ignore:
Timestamp:
09/14/09 17:17:05 (15 years ago)
Author:
alexandrecorreia
Message:

Ticket #644 - Correção da classe uiacl para o controle de permissão de acesso.

Location:
trunk/contactcenter/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/hook_preferences.inc.php

    r499 r1409  
    1818        $file = Array( 
    1919                'Preferences'   => $GLOBALS['phpgw']->link('/index.php','menuaction=contactcenter.ui_preferences.index'), 
    20                 'Grant Access'  => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs2.index&acl_app='.$appname), 
     20                'Grant Access'  => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname), 
    2121                //'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname . '&cats_level=True&global_cats=True') 
    2222        ); 
  • trunk/contactcenter/inc/hook_sidebox_menu.inc.php

    r531 r1409  
    2424                $menu_title = lang('Preferences'); 
    2525                $file = Array( 
    26                         'Grant Access'=>$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs2.index&acl_app=contactcenter') 
     26                        'Grant Access'=>$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app=contactcenter') 
    2727                ); 
    2828                display_sidebox($appname,$menu_title,$file); 
Note: See TracChangeset for help on using the changeset viewer.