phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uib_account.inc.php, 1.4.2.6


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uib_account.inc.php, 1.4.2.6
Date: Thu, 25 Nov 2004 10:22:50 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uib_account.inc.php

date: 2004/11/25 09:22:50;  author: sigurdne;  state: Exp;  lines: +6 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.uib_account.inc.php
diff -u property/inc/class.uib_account.inc.php:1.4.2.5 
property/inc/class.uib_account.inc.php:1.4.2.6
--- property/inc/class.uib_account.inc.php:1.4.2.5      Thu Nov 18 22:12:08 2004
+++ property/inc/class.uib_account.inc.php      Thu Nov 25 09:22:50 2004
@@ -53,6 +53,7 @@
                        $this->bocommon                         = 
CreateObject($this->currentapp.'.bocommon');
 
                        $this->menu                                     = 
CreateObject($this->currentapp.'.menu');
+                       $this->menu->sub                        ='invoice';
 
                        $this->acl2                             = 
CreateObject($this->currentapp.'.acl2');
                        $this->acl2_location            = '.b_account';
@@ -88,9 +89,11 @@
                                
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction='.$this->currentapp.'.uilocation.stop&perm=1&acl_location='
 . $this->acl2_location);
                        }
 
-                       
$GLOBALS['phpgw']->xslttpl->add_file(array('b_account','nextmatchs',
+                       
$GLOBALS['phpgw']->xslttpl->add_file(array('b_account','nextmatchs','menu',
                                                                                
'search_field'));
 
+                       $links = $this->menu->links('b_account');
+
                        $b_account_list = $this->bo->read($type);
 
                        while (is_array($b_account_list) && list(,$b_account) = 
each($b_account_list))
@@ -164,6 +167,7 @@
 
                        $data = array
                        (
+                               'links'                                         
        => $links,
                                'allow_allrows'                                 
=> True,
                                'allrows'                                       
        => $this->allrows,
                                'start_record'                                  
=> $this->start,




reply via email to

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