phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc header.inc.php,1.17,1.18 hook_admin


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc header.inc.php,1.17,1.18 hook_admin.inc.php,1.5,1.6
Date: Fri, 15 Nov 2002 16:23:53 -0500

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv30889/inc

Modified Files:
        header.inc.php hook_admin.inc.php 
Log Message:
no message

Index: header.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/header.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** header.inc.php      23 Oct 2002 18:43:17 -0000      1.17
--- header.inc.php      15 Nov 2002 21:23:51 -0000      1.18
***************
*** 65,68 ****
--- 65,70 ----
        
$t->set_var('link_activities',$GLOBALS['phpgw']->link('/property/list_vendors_activities.php','sub=p_activity'));
        $t->set_var('lang_activities',lang('Activities'));
+       
$t->set_var('link_documentation',$GLOBALS['phpgw']->link('/property/list_documentation.php','sub=p_documentation'));
+       $t->set_var('lang_documentation',lang('Documentation'));
  
        if ($sub == p_ticket)

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/hook_admin.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** hook_admin.inc.php  23 Oct 2002 20:02:19 -0000      1.5
--- hook_admin.inc.php  15 Nov 2002 21:23:51 -0000      1.6
***************
*** 18,21 ****
--- 18,22 ----
        //                      'Equipment Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=p_equipment'),
                                'Ticket Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=p_ticket'),
+                               'Documentation Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=p_documentation'),
                                'Configuration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
                                'Equipment type'=> 
$GLOBALS['phpgw']->link('/property/list_equipment_type.php'),





reply via email to

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