phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.datefield_widget.inc.php,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.datefield_widget.inc.php,1.2,1.3
Date: Sat, 15 Jun 2002 09:04:21 -0400

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

Modified Files:
        class.datefield_widget.inc.php 
Log Message:
make the datefield widget/extension use the helptext of the field

Index: class.datefield_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.datefield_widget.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.datefield_widget.inc.php      9 Jun 2002 21:36:06 -0000       1.2
--- class.datefield_widget.inc.php      15 Jun 2002 13:04:19 -0000      1.3
***************
*** 59,63 ****
                                'f2' => $value[$format[1]],
                                'f3' => $value[$format[2]],
!                               'sep' => 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'][1]
                        );
                        $cell['size'] = $cell['name'];
--- 59,64 ----
                                'f2' => $value[$format[1]],
                                'f3' => $value[$format[2]],
!                               'sep' => 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'][1],
!                               'help' => $cell['help']
                        );
                        $cell['size'] = $cell['name'];




reply via email to

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