phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts/inc hook_admin.inc.php,1.2,1.2.2.1


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc hook_admin.inc.php,1.2,1.2.2.1
Date: Wed, 23 Jan 2002 15:51:33 -0500

Update of /cvsroot/phpgroupware/tts/inc
In directory subversions:/tmp/cvs-serv17637/inc

Modified Files:
      Tag: Version-0_9_14-branch
        hook_admin.inc.php 
Log Message:
Enabled Global categories for tts on the application level


Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/hook_admin.inc.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** hook_admin.inc.php  21 Nov 2001 03:22:08 -0000      1.2
--- hook_admin.inc.php  23 Jan 2002 20:51:31 -0000      1.2.2.1
***************
*** 1,23 ****
  <?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(
!               'Admin Options'         => 
$GLOBALS['phpgw']->link('/tts/admin.php')
        );
! //Do not modify below this line
!       display_section($appname,$title,$file);
! }
! ?>
--- 1,23 ----
  <?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$
! 
!       $values = array
!       (
!               'Admin options'     => 
$GLOBALS['phpgw']->link('/tts/admin.php'),
!               'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=tts')
        );
! 
!       display_section('tts','Trouble Ticket System',$values);
! ?>
\ No newline at end of file




reply via email to

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