phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc hook_preferences.inc.php,1.15,1.16


From: Bettina gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc hook_preferences.inc.php,1.15,1.16
Date: Fri, 11 Jan 2002 23:17:44 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv24259

Modified Files:
        hook_preferences.inc.php 
Log Message:
update hook_prefs

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/hook_preferences.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** hook_preferences.inc.php    18 Dec 2001 23:17:28 -0000      1.15
--- hook_preferences.inc.php    12 Jan 2002 04:17:42 -0000      1.16
***************
*** 13,20 ****
        {
                $title = $appname;
!               $file = Array(
                        'Preferences' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.preferences'),
                        'Grant Access' => 
$GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app=projects'),
!                       'Edit categories' => 
$GLOBALS['phpgw']->link('/preferences/categories.php','cats_app=projects&cats_level=True&global_cats=True')
                );
                display_section($appname,$title,$file);
--- 13,21 ----
        {
                $title = $appname;
!               $file = Array
!               (
                        'Preferences' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.preferences'),
                        'Grant Access' => 
$GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app=projects'),
!                       'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=projects&cats_level=True&global_cats=True')
                );
                display_section($appname,$title,$file);




reply via email to

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