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.15,1.16


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc header.inc.php,1.15,1.16
Date: Wed, 16 Oct 2002 11:23:23 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv8480/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.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** header.inc.php      30 Sep 2002 16:28:00 -0000      1.15
--- header.inc.php      16 Oct 2002 15:22:56 -0000      1.16
***************
*** 147,154 ****
--- 147,157 ----
                        
$t->set_var('sub_invoice_investment_value',$phpgw->link('/property/list_investment_value.php','sub=p_invoice'));
                        
$t->set_var('sublang_invoice_investment_value',lang('Investment value'));
+                       
$t->set_var('sub_invoice_import',$phpgw->link('/index.php','menuaction=property.uiXport.import&sub=p_invoice'));
+                       $t->set_var('sublang_invoice_import',lang('Import 
invoice'));
                }
                else
                {
                        $t->set_var('sublang_invoice_investment_value','');
+                       $t->set_var('sublang_invoice_import','');
                }
  
***************
*** 166,169 ****
--- 169,174 ----
                $t->set_var('sub_invoice_investment_value','');
                $t->set_var('sublang_invoice_investment_value','');
+               $t->set_var('sublang_invoice_import','');
+               $t->set_var('sub_invoice_import','');
        }
        if ($sub == p_activity && $admin_activity)





reply via email to

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