phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uiequipment.inc.php,1.18,1.19


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uiequipment.inc.php,1.18,1.19
Date: Sat, 10 May 2003 15:33:00 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv2913/inc

Modified Files:
        class.uiequipment.inc.php 
Log Message:
no message

Index: class.uiequipment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiequipment.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uiequipment.inc.php   10 May 2003 16:34:22 -0000      1.18
--- class.uiequipment.inc.php   10 May 2003 19:32:58 -0000      1.19
***************
*** 369,381 ****
                                case 'M':
                                        $dateformat_validate= 
"javascript:vDateType='1'";
!                                       $dateformat_input= 
"DateFormat(this,this.value,event,false,'1')";
                                        break;
                                case 'y':
                                        
$dateformat_validate="javascript:vDateType='2'";
!                                       $dateformat_input= 
"DateFormat(this,this.value,event,false,'2')";
                                        break;
                                case 'D':
                                        
$dateformat_validate="javascript:vDateType='3'";
!                                       $dateformat_input= 
"DateFormat(this,this.value,event,false,'3')";
                                        break;
                        }
--- 369,384 ----
                                case 'M':
                                        $dateformat_validate= 
"javascript:vDateType='1'";
!                                       $onKeyUp        = 
"DateFormat(this,this.value,event,false,'1')";
!                                       $onBlur         = 
"DateFormat(this,this.value,event,true,'1')";
                                        break;
                                case 'y':
                                        
$dateformat_validate="javascript:vDateType='2'";
!                                       $onKeyUp        = 
"DateFormat(this,this.value,event,false,'2')";
!                                       $onBlur         = 
"DateFormat(this,this.value,event,true,'2')";
                                        break;
                                case 'D':
                                        
$dateformat_validate="javascript:vDateType='3'";
!                                       $onKeyUp        = 
"DateFormat(this,this.value,event,false,'3')";
!                                       $onBlur         = 
"DateFormat(this,this.value,event,true,'3')";
                                        break;
                        }
***************
*** 387,391 ****
                                'lang_attributes'                               
=> lang('Attributes'),
                                'dateformat_validate'                   => 
$dateformat_validate,
!                               'dateformat_input'                              
=> $dateformat_input,
                                'attributes_header'                             
=> $attributes_header,
                                'attributes_values'                             
=> $attributes_values,
--- 390,395 ----
                                'lang_attributes'                               
=> lang('Attributes'),
                                'dateformat_validate'                   => 
$dateformat_validate,
!                               'onKeyUp'                                       
        => $onKeyUp,
!                               'onBlur'                                        
        => $onBlur,
                                'attributes_header'                             
=> $attributes_header,
                                'attributes_values'                             
=> $attributes_values,





reply via email to

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