phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/inc hook_preferences.inc.php
Date: Mon, 22 May 2006 12:09:48 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/05/22 12:09:48

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/hrm/inc/hook_preferences.inc.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: hrm/inc/hook_preferences.inc.php
diff -u hrm/inc/hook_preferences.inc.php:1.4 
hrm/inc/hook_preferences.inc.php:1.5
--- hrm/inc/hook_preferences.inc.php:1.4        Tue Mar 14 10:32:02 2006
+++ hrm/inc/hook_preferences.inc.php    Mon May 22 12:09:48 2006
@@ -8,14 +8,13 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage core
-       * @version $Id: hook_preferences.inc.php,v 1.4 2006/03/14 10:32:02 
sigurdne Exp $
+       * @version $Id: hook_preferences.inc.php,v 1.5 2006/05/22 12:09:48 
sigurdne Exp $
        */
 
        $title = $appname;
        $file = Array(
-               'Preferences'           => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname . 
'&type=user'),
-               'Grant Access'          => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uiadmin.aclprefs&acl_app='.$appname),
-               'Grant Access(API version)'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiadmin_acl.aclprefs&acl_app='.$appname)
+               'Preferences'   => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname . 
'&type=user'),
+               'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiadmin_acl.aclprefs&acl_app='.$appname)
        );
        display_section($appname,$file);
 




reply via email to

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