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: Dave Hall
Subject: [Phpgroupware-cvs] addressbook/inc hook_preferences.inc.php
Date: Mon, 02 Oct 2006 00:32:49 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    addressbook
Changes by:     Dave Hall <skwashd>     06/10/02 00:32:49

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.26&r2=1.27

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_preferences.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- hook_preferences.inc.php    18 Sep 2006 09:31:02 -0000      1.26
+++ hook_preferences.inc.php    2 Oct 2006 00:32:48 -0000       1.27
@@ -10,14 +10,14 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: hook_preferences.inc.php,v 1.26 2006/09/18 09:31:02 sigurdne Exp $ */
+  /* $Id: hook_preferences.inc.php,v 1.27 2006/10/02 00:32:48 skwashd 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',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))
+               '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')
        );
 //Do not modify below this line
        display_section($appname,$title,$file);




reply via email to

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