You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2013/09/10 11:33:13 UTC

svn commit: r1521400 - /openmeetings/branches/2.x/WebContent/src/base/components/calendar/dateField.lzx

Author: vdegtyarev
Date: Tue Sep 10 09:33:13 2013
New Revision: 1521400

URL: http://svn.apache.org/r1521400
Log:
OPENMEETINGS-671 is fixed. Calendar is shown completely and allow to select date. 

Modified:
    openmeetings/branches/2.x/WebContent/src/base/components/calendar/dateField.lzx

Modified: openmeetings/branches/2.x/WebContent/src/base/components/calendar/dateField.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/2.x/WebContent/src/base/components/calendar/dateField.lzx?rev=1521400&r1=1521399&r2=1521400&view=diff
==============================================================================
--- openmeetings/branches/2.x/WebContent/src/base/components/calendar/dateField.lzx (original)
+++ openmeetings/branches/2.x/WebContent/src/base/components/calendar/dateField.lzx Tue Sep 10 09:33:13 2013
@@ -69,7 +69,7 @@
 		  width_insetResource="16" height_insetResource="16">
 		<handler name="onclick">
 			if (parent.enabled) {
-				new lz.calendarWindow(this.parent.parent,{fieldRef:this.parent._text,x:this.parent.x+(this.parent.width-200),y:this.parent.y});
+				new lz.calendarWindow(this.parent.parent,{fieldRef:this.parent._text,x:this.parent.x+(this.parent.width-200),y:this.parent.y+(this.parent.height-120)});
 			}
 		</handler>
 		<labelTooltip labelid="162" />