phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] infolog/inc hook_preferences.inc.php
Date: Wed, 29 Nov 2006 21:12:47 +0000

CVSROOT:        /sources/phpgroupware
Module name:    infolog
Changes by:     Sigurd Nes <sigurdne>   06/11/29 21:12:47

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/infolog/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/infolog/inc/hook_preferences.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- hook_preferences.inc.php    5 Jan 2005 22:07:58 -0000       1.11
+++ hook_preferences.inc.php    29 Nov 2006 21:12:46 -0000      1.12
@@ -14,14 +14,14 @@
  * the Free Software Foundation; either version 2 of the License, or   *
  * at your option) any later version.                                  *
  \**********************************************************************/
- /* $Id: hook_preferences.inc.php,v 1.11 2005/01/05 22:07:58 ceb Exp $ */
+ /* $Id: hook_preferences.inc.php,v 1.12 2006/11/29 21:12:46 sigurdne Exp $ */
 
 {
 // Only Modify the $file and $title variables.....
        $file = array(
-               'Preferences'     => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname),
-               '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('/preferences/preferences.php',array('appname'=>$appname)),
+               'Grant Access'    => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'preferences.uiaclprefs.index','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,lang($appname),$file); // leave 2. $appname 
for compatibilty with .14




reply via email to

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