phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.12,1.13


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.12,1.13
Date: Tue, 24 Sep 2002 18:05:04 -0400

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

Modified Files:
        class.xul_io.inc.php 
Log Message:
fixed wrong order from rows,cols of the multiline textarea /  xul textbox

Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.xul_io.inc.php        24 Sep 2002 19:21:56 -0000      1.12
--- class.xul_io.inc.php        24 Sep 2002 22:05:01 -0000      1.13
***************
*** 45,49 ****
                                        '.name' => 'textbox',
                                        '.set' => 'multiline=true',
!                                       'size' => 'cols,rows'
                                ),
                                'integer' => array(
--- 45,49 ----
                                        '.name' => 'textbox',
                                        '.set' => 'multiline=true',
!                                       'size' => 'rows,cols'
                                ),
                                'integer' => array(
***************
*** 440,444 ****
                                                {
                                                        $attr['type'] = 
'textarea';
!                                                       $attr['size'] = 
$attr['cols'] . ($attr['rows'] ? ','.$attr['rows'] : '');
                                                        unset($attr['cols']);
                                                        unset($attr['rows']);
--- 440,444 ----
                                                {
                                                        $attr['type'] = 
'textarea';
!                                                       $attr['size'] = 
$attr['rows'] . ($attr['cols'] ? ','.$attr['cols'] : '');
                                                        unset($attr['cols']);
                                                        unset($attr['rows']);





reply via email to

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