phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uis_agreement.inc.php,1.16


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uis_agreement.inc.php,1.16
Date: Wed, 16 Mar 2005 13:24:00 +0100

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uis_agreement.inc.php lines: +3 -0

Log Message:
no message

====================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.15 
property/inc/class.uis_agreement.inc.php:1.16
--- property/inc/class.uis_agreement.inc.php:1.15       Wed Mar 16 12:11:00 2005
+++ property/inc/class.uis_agreement.inc.php    Wed Mar 16 12:24:07 2005
@@ -1335,6 +1335,7 @@
                                $this->cat_id = 
($s_agreement['cat_id']?$s_agreement['cat_id']:$this->cat_id);
                                $this->member_id = 
($s_agreement['member_of']?$s_agreement['member_of']:$this->member_id);
                                $list = 
$this->bo->read_details($s_agreement_id);
+                               $total_records = count($list);

                                $uicols         = $this->bo->uicols;
                                $list           = 
$this->list_content($list,$uicols,$edit_item=False,$view_only=True);
@@ -1402,6 +1403,8 @@

                        $data = array
                        (
+                               'lang_total_records'                    => 
lang('Total'),
+                               'total_records'                                 
=> $total_records,
                                'alarm_data'                                    
=> $alarm_data,
                                'lang_alarm'                                    
=> lang('Alarm'),
                                'link_view_file'                                
=> $GLOBALS['phpgw']->link('/index.php',$link_file_data),






reply via email to

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