phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.33,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.33,1.34
Date: Thu, 27 Mar 2003 18:47:05 -0500

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv18332

Modified Files:
        class.boetemplate.inc.php 
Log Message:
added the deck

Index: class.boetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.boetemplate.inc.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** class.boetemplate.inc.php   22 Feb 2003 12:25:46 -0000      1.33
--- class.boetemplate.inc.php   27 Mar 2003 23:47:03 -0000      1.34
***************
*** 44,48 ****
                        'file'  => 'FileUpload',        // show an input 
type='file', set the local name as ${name}_path
                        'vbox'  => 'VBox',                      // a (vertical) 
box to contain widgets in rows, size = # of rows
!                       'hbox'  => 'HBox'                       // a 
(horizontal) box to contain widgets in cols, size = # of cols 
                );
                /*!
--- 44,49 ----
                        'file'  => 'FileUpload',        // show an input 
type='file', set the local name as ${name}_path
                        'vbox'  => 'VBox',                      // a (vertical) 
box to contain widgets in rows, size = # of rows
!                       'hbox'  => 'HBox',                      // a 
(horizontal) box to contain widgets in cols, size = # of cols 
!                       'deck'  => 'Deck'                       // a container 
of elements where only one is visible, size = # of elem.
                );
                /*!





reply via email to

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