phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uiagreement.inc.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uiagreement.inc.php, 1.2
Date: Fri, 22 Oct 2004 15:59:42 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.uiagreement.inc.php

date: 2004/10/22 13:59:42;  author: sigurdne;  state: Exp;  lines: +7 -7

Log Message:
Converting to patced .16 from HEAD
=====================================================================
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.1 
property/inc/class.uiagreement.inc.php:1.2
--- property/inc/class.uiagreement.inc.php:1.1  Fri Aug 20 15:15:21 2004
+++ property/inc/class.uiagreement.inc.php      Fri Oct 22 13:59:42 2004
@@ -102,7 +102,7 @@
 
                        $GLOBALS['phpgw']->xslttpl->add_file(array('columns'));
 
-                       $GLOBALS['phpgw_info']['flags']['headonly']=true;
+                       $GLOBALS['phpgw_info']['flags']['noframework'] = True;
 
                        $values                 = 
get_var('values',array('POST','GET'));
 
@@ -249,7 +249,7 @@
                                }
                        }
 
-//html_print_r($content);
+//_debug_array($content);
                        for ($i=0;$i<count($uicols['descr']);$i++)
                        {
                                if($uicols['input_type'][$i]!='hidden')
@@ -340,7 +340,7 @@
                                                'role'                  => 
$this->role
                        );
 
-                       $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True));
+                       $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True,link_data =>$link_data));
 
 //_debug_array($member_of_data);
                        $data = array
@@ -852,7 +852,7 @@
 
                        if($agreement['vendor_id'])
                        {
-                               $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True));
+                               $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True, link_data => array()));
                        }
 
                        $alarm_data=$this->bocommon->initiate_ui_alarm(array(
@@ -1213,7 +1213,7 @@
 
                        $msgbox_data = $this->bocommon->msgbox_data($receipt);
 
-                       $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True));
+                       $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True,link_data => array()));
 
                        $table_add[] = array
                        (
@@ -1506,7 +1506,7 @@
 
                        $dateformat= (implode($sep,$dlarr));
 
-                       $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True));
+                       $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True,link_data => array()));
 
                        $link_file_data = array
                        (




reply via email to

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