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.5,1.6 class


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.listbox.inc.php,1.5,1.6 class.portalbox.inc.php,1.12,1.13
Date: Thu, 03 Oct 2002 19:14:41 -0400

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

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.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.listbox.inc.php       3 Oct 2002 22:02:19 -0000       1.5
--- class.listbox.inc.php       3 Oct 2002 23:14:38 -0000       1.6
***************
*** 44,48 ****
                function listbox($param)
                {
-                       $this->setvar('classname','listbox');
                        $this->setvar('outerwidth',300);
                        $this->setvar('innerwidth',300);
--- 44,47 ----

Index: class.portalbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.portalbox.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.portalbox.inc.php     3 Oct 2002 22:02:19 -0000       1.12
--- class.portalbox.inc.php     3 Oct 2002 23:14:38 -0000       1.13
***************
*** 28,37 ****
  
                var $outerwidth;
-               var $outerborderwidth = 1;
                var $width;
                var $innerwidth;
                var $controls;
                var $header_background_image;
-               var $classname;
                var $up;
                var $down;
--- 28,35 ----
***************
*** 46,52 ****
                var $title;
  
-               // Template
-               var $p;
- 
                /*
                Use these functions to get and set the values of this
--- 44,47 ----
***************
*** 93,97 ****
                        $this->output = array
                        (
-                               'outer_border'                          => 
$this->getvar('outerborderwidth'),
                                'outer_width'                           => 
$this->getvar('width'),
                                'title'                                         
=> $this->getvar('title'),
--- 88,91 ----





reply via email to

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