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.9,1.10 clas


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.listbox.inc.php,1.9,1.10 class.portalbox.inc.php,1.17,1.18
Date: Sun, 06 Oct 2002 18:28:43 -0400

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

Modified Files:
        class.listbox.inc.php class.portalbox.inc.php 
Log Message:
update css

Index: class.listbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.listbox.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.listbox.inc.php       6 Oct 2002 16:18:03 -0000       1.9
--- class.listbox.inc.php       6 Oct 2002 22:28:40 -0000       1.10
***************
*** 96,100 ****
                                $this->output['listbox'] = $var;
                        }
- 
                        $this->set_internal($extra_data);
                        return $this->draw_box();
--- 96,99 ----
***************
*** 125,129 ****
                                $this->output['listbox'] = $var;
                        }
- 
                        $this->set_xinternal($extra_data);
                        return $this->draw_box();
--- 124,127 ----

Index: class.portalbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.portalbox.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.portalbox.inc.php     6 Oct 2002 19:57:58 -0000       1.17
--- class.portalbox.inc.php     6 Oct 2002 22:28:41 -0000       1.18
***************
*** 109,128 ****
                }
  
!               function set_internal($data='')
                {
!                       if($data=='' && !count($this->data))
                        {
!                               $data = '';
                        }
-                       $this->output['extrabox'] = $data;
                }
  
!               function set_xinternal($data='')
                {
!                       if($data=='' && !count($this->data))
                        {
!                               $data = '';
                        }
-                       $this->output['xextrabox'] = $data;
                }
  
--- 109,126 ----
                }
  
!               function set_internal($extra_data = '')
                {
!                       if($extra_data !='')
                        {
!                               $this->output['extrabox'] = $extra_data;
                        }
                }
  
!               function set_xinternal($extra_data='')
                {
!                       if($extra_data !='')
                        {
!                               $this->output['xextrabox'] = $extra_data;
                        }
                }
  





reply via email to

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