phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/inc hook_admin.inc.php hook_preferences.inc...
Date: Tue, 14 Mar 2006 10:32:02 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/14 10:32:02

Modified files:
        inc            : hook_admin.inc.php hook_preferences.inc.php 

Log message:
        Test API version of ACL2

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

Patches:
Index: hrm/inc/hook_admin.inc.php
diff -u hrm/inc/hook_admin.inc.php:1.5 hrm/inc/hook_admin.inc.php:1.6
--- hrm/inc/hook_admin.inc.php:1.5      Wed Nov 30 17:07:22 2005
+++ hrm/inc/hook_admin.inc.php  Tue Mar 14 10:32:02 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage admin
-       * @version $Id: hook_admin.inc.php,v 1.5 2005/11/30 17:07:22 sigurdne 
Exp $
+       * @version $Id: hook_admin.inc.php,v 1.6 2006/03/14 10:32:02 sigurdne 
Exp $
        */
 
                {
@@ -27,6 +27,7 @@
                                'experience category'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=experience'),
                                'task category'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=task'),
                                'Configure Access Permissions'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uiadmin.list_acl'),
+                               'Configure Access Permissions(API version)'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiadmin_acl.list_acl&acl_app='.$appname),
                        );
                        display_section($appname,$appname,$file);
                }
Index: hrm/inc/hook_preferences.inc.php
diff -u hrm/inc/hook_preferences.inc.php:1.3 
hrm/inc/hook_preferences.inc.php:1.4
--- hrm/inc/hook_preferences.inc.php:1.3        Wed Nov 30 17:07:22 2005
+++ hrm/inc/hook_preferences.inc.php    Tue Mar 14 10:32:02 2006
@@ -8,13 +8,14 @@
        * @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.3 2005/11/30 17:07:22 
sigurdne Exp $
+       * @version $Id: hook_preferences.inc.php,v 1.4 2006/03/14 10:32:02 
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'          => 
$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)
        );
        display_section($appname,$file);
 




reply via email to

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