Ignore:
Timestamp:
05/08/12 16:50:30 (12 years ago)
Author:
niltonneto
Message:

Ticket #2185 - Correção da versão 2.2 replicada para o Trunk. Vide Ticket.

File:
1 edited

Legend:

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

    r1409 r6140  
    1717        $title = $appname; 
    1818        $file = Array( 
    19                 'Preferences'   => $GLOBALS['phpgw']->link('/index.php','menuaction=contactcenter.ui_preferences.index'), 
    20                 'Grant Access'  => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname), 
     19                'Preferences'   => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$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        ); 
Note: See TracChangeset for help on using the changeset viewer.