[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] addressbook/inc hook_preferences.inc.php
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-cvs] addressbook/inc hook_preferences.inc.php |
Date: |
Tue, 21 Mar 2006 13:02:12 +0000 |
CVSROOT: /sources/phpgroupware
Module name: addressbook
Branch:
Changes by: Sigurd Nes <address@hidden> 06/03/21 13:02:12
Modified files:
inc : hook_preferences.inc.php
Log message:
acl2
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/addressbook/inc/hook_preferences.inc.php.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
Patches:
Index: addressbook/inc/hook_preferences.inc.php
diff -u addressbook/inc/hook_preferences.inc.php:1.24
addressbook/inc/hook_preferences.inc.php:1.25
--- addressbook/inc/hook_preferences.inc.php:1.24 Sun May 15 13:34:30 2005
+++ addressbook/inc/hook_preferences.inc.php Tue Mar 21 13:02:12 2006
@@ -10,13 +10,13 @@
* option) any later version. *
\**************************************************************************/
- /* $Id: hook_preferences.inc.php,v 1.24 2005/05/15 13:34:30 skwashd Exp $ */
+ /* $Id: hook_preferences.inc.php,v 1.25 2006/03/21 13:02:12 sigurdne Exp $ */
{
// Only Modify the $file and $title variables.....
$title = $appname;
$file = Array(
'Preferences' =>
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'addressbook.uiaddressbook_prefs.index')),
- 'Grant Access' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
+ '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='.$appname
. '&cats_level=True&global_cats=True')
);
//Do not modify below this line
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] addressbook/inc hook_preferences.inc.php,
Sigurd Nes <=