phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc hook_admin.inc.php,1.1,1.2 hook_prefere


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc hook_admin.inc.php,1.1,1.2 hook_preferences.inc.php,1.9,1.10
Date: Wed, 13 Mar 2002 12:43:40 -0500

Update of /cvsroot/phpgroupware/todo/inc
In directory subversions:/tmp/cvs-serv24047/inc

Modified Files:
        hook_preferences.inc.php 
Added Files:
        hook_admin.inc.php 
Log Message:
update cats


Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/hook_preferences.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** hook_preferences.inc.php    12 Jan 2002 15:39:51 -0000      1.9
--- hook_preferences.inc.php    13 Mar 2002 17:43:34 -0000      1.10
***************
*** 10,24 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
! {
  // Only Modify the $file and $title variables.....
!       $title = $appname;
!       $file = Array(
!               '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=todo&cats_level=True&global_cats=True')
!       );
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
--- 10,26 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
        /* $Id$ */
! 
!       {
  // Only Modify the $file and $title variables.....
! 
!               $file = Array
!               (
!                       '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=todo&cats_level=True&global_cats=True')
!               );
  //Do not modify below this line
! 
!               display_section($appname,$appname,$file);
!       }
  ?>




reply via email to

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