phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/inc/hook_admin.inc.php, 1.5


From: nomail
Subject: [Phpgroupware-cvs] tts/inc/hook_admin.inc.php, 1.5
Date: Mon, 11 Oct 2004 11:43:14 +0200

Update of /tts/inc
Modified Files:
        Branch: 
          hook_admin.inc.php

date: 2004/10/11 09:43:14;  author: fipsfuchs;  state: Exp;  lines: +12 -10

Log Message:
replaced with 0.9.16 branche
=====================================================================
Index: tts/inc/hook_admin.inc.php
diff -u tts/inc/hook_admin.inc.php:1.4 tts/inc/hook_admin.inc.php:1.5
--- tts/inc/hook_admin.inc.php:1.4      Wed Apr 23 01:51:27 2003
+++ tts/inc/hook_admin.inc.php  Mon Oct 11 09:43:14 2004
@@ -9,13 +9,15 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id$ */
-       {
-               $file = Array
-               (
-                       'site configuration' => 
$GLOBALS['phpgw']->link('/tts/admin.php')
-               );
-//Do not modify below this line
-               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
-       }
-?>
+
+       // $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]