phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.listbox.inc.php,1.4,1.5 class


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.listbox.inc.php,1.4,1.5 class.portalbox.inc.php,1.11,1.12
Date: Thu, 03 Oct 2002 18:02:22 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv29576

Modified Files:
        class.listbox.inc.php class.portalbox.inc.php 
Log Message:
update to use xslt

Index: class.listbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.listbox.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.listbox.inc.php       3 Oct 2002 21:37:03 -0000       1.4
--- class.listbox.inc.php       3 Oct 2002 22:02:19 -0000       1.5
***************
*** 72,76 ****
                                for ($x = 0; $x < count($this->data); $x++)
                                {
!                                       $var = array
                                        (
                                                'text'                          
        => $this->data[$x]['text'],
--- 72,76 ----
                                for ($x = 0; $x < count($this->data); $x++)
                                {
!                                       $var[] = array
                                        (
                                                'text'                          
        => $this->data[$x]['text'],
***************
*** 78,86 ****
                                                'lang_link_statustext'  => 
$this->data[$x]['lang_link_statustext']
                                        );
-                                       $this->output['portal_row'] = array
-                                       (
-                                               'listbox'       => $var
-                                       );
                                }
                        }
                        $this->set_internal($extra_data);
--- 78,83 ----
                                                'lang_link_statustext'  => 
$this->data[$x]['lang_link_statustext']
                                        );
                                }
+                               $this->output['listbox'] = $var;
                        }
                        $this->set_internal($extra_data);

Index: class.portalbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.portalbox.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.portalbox.inc.php     3 Oct 2002 21:36:49 -0000       1.11
--- class.portalbox.inc.php     3 Oct 2002 22:02:19 -0000       1.12
***************
*** 118,122 ****
                        }
  
!                       $this->output['portal_row']['extrabox'] = array
                        (
                                'data' => $data
--- 118,122 ----
                        }
  
!                       $this->output['extrabox'] = array
                        (
                                'data' => $data





reply via email to

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