source: branches/2.2/mobile/inc/hook_preferences.inc.php @ 1409

Revision 1409, 1.5 KB checked in by alexandrecorreia, 15 years ago (diff)

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

Line 
1<?php
2  /***************************************************************************\
3  * eGroupWare - Contacts Center                                              *
4  * http://www.egroupware.org                                                 *
5  * Written by:                                                               *
6  *  - Raphael Derosso Pereira <raphaelpereira@users.sourceforge.net>         *
7  *  sponsored by Thyamad - http://www.thyamad.com
8  * ------------------------------------------------------------------------- *
9  *  This program is free software; you can redistribute it and/or modify it  *
10  *  under the terms of the GNU General Public License as published by the    *
11  *  Free Software Foundation; either version 2 of the License, or (at your   *
12  *  option) any later version.                                               *
13  \***************************************************************************/
14
15{
16// Only Modify the $file and $title variables.....
17        $title = $appname;
18        $file = Array(
19                'Preferences'   => $GLOBALS['phpgw']->link('/index.php','menuaction=mobile.ui_preferences.index'),
20                //'Grant Access'  => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
21                //'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname . '&cats_level=True&global_cats=True')
22        );
23//Do not modify below this line
24        display_section($appname,$title,$file);
25}
26?>
Note: See TracBrowser for help on using the repository browser.