phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/inc hook_preferences.inc.php,1.12,1.13


From: Bettina gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/inc hook_preferences.inc.php,1.12,1.13
Date: Sun, 13 Jan 2002 20:22:42 -0500

Update of /cvsroot/phpgroupware/inv/inc
In directory subversions:/tmp/cvs-serv30130

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

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/inc/hook_preferences.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** hook_preferences.inc.php    12 Jan 2002 15:51:54 -0000      1.12
--- hook_preferences.inc.php    14 Jan 2002 01:22:40 -0000      1.13
***************
*** 9,24 ****
        * option) any later version.                                            
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
! {
  // Only Modify the $file and $title variables.....
!       $title = 'Inventory';
!       $file = Array(
!               'Preferences'  => 
$GLOBALS['phpgw']->link('/inv/preferences.php'),
!               'Grant Access' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname)
!       );
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
--- 9,35 ----
        * option) any later version.                                            
   *
        
\**************************************************************************/
        /* $Id$ */
  
!       {
  // Only Modify the $file and $title variables.....
!               $title = 'Inventory';
! 
!               $link_data = array
!               (
!                       'menuaction'    => 'preferences.uicategories.index',
!                       'cats_app'              => $appname,
!                       'cats_level'    => True,
!                       'extra'                 => 'tax,number'
!               );
! 
!               $file = Array
!               (
!                       'Preferences'           => 
$GLOBALS['phpgw']->link('/inv/preferences.php'),
!                       'Grant Access'          => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
!                       'Edit Categories'       => 
$GLOBALS['phpgw']->link('/index.php',$link_data) 
!               );
! 
  //Do not modify below this line
!               display_section($appname,$title,$file);
!       }
  ?>




reply via email to

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