[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard Login.dtl, 1.26, 1.27 CustomerLogin.dtl,1.17,1.18

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 9 17:48:32 CET 2006


Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv16807/Kernel/Output/HTML/Standard

Modified Files:
	Login.dtl CustomerLogin.dtl 
Log Message:
fixed auto set time zone feature

Index: Login.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/Login.dtl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** Login.dtl	8 Nov 2006 16:25:53 -0000	1.26
--- Login.dtl	9 Nov 2006 16:48:30 -0000	1.27
***************
*** 44,48 ****
  
      now = new Date();
!     Diff = now.getTimezoneOffset() / 60;
      document.login.TimeOffset.value = Diff;
  
--- 44,48 ----
  
      now = new Date();
!     Diff = now.getTimezoneOffset();
      document.login.TimeOffset.value = Diff;
  

Index: CustomerLogin.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerLogin.dtl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** CustomerLogin.dtl	8 Nov 2006 16:25:53 -0000	1.17
--- CustomerLogin.dtl	9 Nov 2006 16:48:30 -0000	1.18
***************
*** 30,34 ****
  
      now = new Date();
!     Diff = now.getTimezoneOffset() / 60;
      document.login.TimeOffset.value = Diff;
  
--- 30,34 ----
  
      now = new Date();
!     Diff = now.getTimezoneOffset();
      document.login.TimeOffset.value = Diff;
  



More information about the cvs-log mailing list