phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] todo/inc hook_preferences.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] todo/inc hook_preferences.inc.php
Date: Tue, 31 Oct 2006 10:39:36 +0000

CVSROOT:        /sources/phpgroupware
Module name:    todo
Changes by:     Sigurd Nes <sigurdne>   06/10/31 10:39:36

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        notices, new acl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/todo/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.14&r2=1.15

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/todo/inc/hook_preferences.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- hook_preferences.inc.php    10 May 2005 15:48:58 -0000      1.14
+++ hook_preferences.inc.php    31 Oct 2006 10:39:36 -0000      1.15
@@ -7,7 +7,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package todo
        * @subpackage hooks
-       * @version $Id: hook_preferences.inc.php,v 1.14 2005/05/10 15:48:58 
powerstat Exp $
+       * @version $Id: hook_preferences.inc.php,v 1.15 2006/10/31 10:39:36 
sigurdne Exp $
        */
 
        {
@@ -15,15 +15,9 @@
 
                $file = Array
                (
-                       'Preferences' => $GLOBALS['phpgw']->link('/index.php',
-                                       Array
-                                       (
-                                               'menuaction'   => 
'todo.uipreferences.preferences'
-                                       )
-                               ),
-                       'Grant Access'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
-                       'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='
 . $appname
-                                                                               
                                . '&cats_level=True&global_cats=True')
+                       'Preferences' => 
$GLOBALS['phpgw']->link('/index.php',array     
('menuaction'=>'todo.uipreferences.preferences')),
+                       'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'preferences.uiadmin_acl.aclprefs',
 'acl_app'=>$appname)),
+                       'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'preferences.uicategories.index','cats_app'=>$appname,'cats_level'=>'True','global_cats'=>'True'))
                );
 // Do not modify below this line
                display_section($appname,$file);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]