phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

CVSROOT:        /sources/phpgroupware
Module name:    addressbook
Changes by:     Sigurd Nes <sigurdne>   06/10/31 10:41:45

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.27&r2=1.28

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/addressbook/inc/hook_preferences.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- hook_preferences.inc.php    2 Oct 2006 00:32:48 -0000       1.27
+++ hook_preferences.inc.php    31 Oct 2006 10:41:45 -0000      1.28
@@ -10,14 +10,14 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: hook_preferences.inc.php,v 1.27 2006/10/02 00:32:48 skwashd Exp $ */
+  /* $Id: hook_preferences.inc.php,v 1.28 2006/10/31 10:41:45 sigurdne Exp $ */
 {
 // Only Modify the $file and $title variables.....
        $title = $appname;
        $file = Array(
                'Preferences'           => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'addressbook.uiaddressbook_prefs.index')),
-               'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiadmin_acl.aclprefs&acl_app='.$appname),
-               'Edit Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname
 . '&cats_level=True&global_cats=True')
+               '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,$title,$file);




reply via email to

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