phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] notes/inc hook_preferences.inc.php
Date: Tue, 19 Sep 2006 15:25:47 +0000

CVSROOT:        /sources/phpgroupware
Module name:    notes
Changes by:     Sigurd Nes <sigurdne>   06/09/19 15:25:47

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/notes/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.25&r2=1.26

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/notes/inc/hook_preferences.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- hook_preferences.inc.php    21 Mar 2006 12:59:24 -0000      1.25
+++ hook_preferences.inc.php    19 Sep 2006 15:25:47 -0000      1.26
@@ -5,15 +5,15 @@
        * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package notes
-       * @version $Id: hook_preferences.inc.php,v 1.25 2006/03/21 12:59:24 
sigurdne Exp $
+       * @version $Id: hook_preferences.inc.php,v 1.26 2006/09/19 15:25:47 
sigurdne Exp $
        */
 
        {
 // Only Modify the $file and $title variables.....
                $file = Array
                (
-                       '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=notes&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'=>'notes','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]