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.13,1.14


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc header.inc.php,1.13,1.14
Date: Sat, 28 Sep 2002 18:07:14 -0400

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

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

Index: header.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/header.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** header.inc.php      24 Sep 2002 15:44:46 -0000      1.13
--- header.inc.php      28 Sep 2002 22:07:12 -0000      1.14
***************
*** 63,75 ****
        
$t->set_var('link_invoice',$GLOBALS['phpgw']->link('/property/list_invoice.php','sub=p_invoice'));
        $t->set_var('lang_invoice',lang('Invoice'));
!       if ($admin_activity)
!       {
!               
$t->set_var('link_activities',$GLOBALS['phpgw']->link('/property/list_activity.php','sub=p_activity'));
!               $t->set_var('lang_activities',lang('Activities'));
!       }
!       else
!       {
!               $t->set_var('lang_activities','');
!       }
  
        if ($sub == p_ticket)
--- 63,68 ----
        
$t->set_var('link_invoice',$GLOBALS['phpgw']->link('/property/list_invoice.php','sub=p_invoice'));
        $t->set_var('lang_invoice',lang('Invoice'));
!       
$t->set_var('link_activities',$GLOBALS['phpgw']->link('/property/list_vendors_activities.php','sub=p_activity'));
!       $t->set_var('lang_activities',lang('Activities'));
  
        if ($sub == p_ticket)
***************
*** 210,220 ****
                if($admin_workorder)
                {
!                       
$t->set_var('sub_workorder_recurrence',$phpgw->link('/property/list_recurrence.php','sub=p_workorder'));
!                       
$t->set_var('sublang_workorder_recurrence',lang('Recurrence'));
                }
                else
                {
!                       $t->set_var('sub_workorder_recurrence','');
!                       $t->set_var('sublang_workorder_recurrence','');
                }
        }
--- 203,213 ----
                if($admin_workorder)
                {
!                       
$t->set_var('sub_workorder_event',$phpgw->link('/property/list_event.php','sub=p_workorder'));
!                       $t->set_var('sublang_workorder_event',lang('Event'));
                }
                else
                {
!                       $t->set_var('sub_workorder_event','');
!                       $t->set_var('sublang_workorder_event','');
                }
        }
***************
*** 231,236 ****
          $t->set_var('sublang_workorder_template','');
          $t->set_var('sublang_workorder_project','');
!               $t->set_var('sub_workorder_recurrence','');
!               $t->set_var('sublang_workorder_recurrence','');
  
  
--- 224,229 ----
          $t->set_var('sublang_workorder_template','');
          $t->set_var('sublang_workorder_project','');
!               $t->set_var('sub_workorder_event','');
!               $t->set_var('sublang_workorder_event','');
  
  





reply via email to

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