phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc hook_admin.inc.php,1.9,1.9.2.1


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc hook_admin.inc.php,1.9,1.9.2.1
Date: Fri, 25 Jan 2002 19:37:31 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv4795/inc

Modified Files:
      Tag: Version-0_9_14-branch
        hook_admin.inc.php 
Log Message:
Added application level global categories


Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_admin.inc.php,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** hook_admin.inc.php  28 Dec 2001 04:09:14 -0000      1.9
--- hook_admin.inc.php  26 Jan 2002 00:37:29 -0000      1.9.2.1
***************
*** 1,24 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * Written by Joseph Engo <address@hidden>                          *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
  
!   /* $Id$ */
! {
! // Only Modify the $file and $title variables.....
        $title = $appname;
        $file = Array(
                'Site Configuration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
!               'Edit custom fields' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uifields.index')
        );
! //Do not modify below this line
        display_section($appname,$title,$file);
! }
! ?>
--- 1,25 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Joseph Engo <address@hidden>                          *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
  
!       // $Id$
!       // $Source$
! 
!       // Only Modify the $file and $title variables.....
        $title = $appname;
        $file = Array(
                'Site Configuration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
!               'Edit custom fields' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uifields.index'),
!               'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=addressbook')
        );
!       //Do not modify below this line
        display_section($appname,$title,$file);
! ?>
\ No newline at end of file




reply via email to

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