[richfaces-svn-commits] JBoss Rich Faces SVN: r5390 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 15 11:46:40 EST 2008


Author: pyaschenko
Date: 2008-01-15 11:46:39 -0500 (Tue, 15 Jan 2008)
New Revision: 5390

Modified:
   trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
RF-1852

Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2008-01-15 15:58:34 UTC (rev 5389)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2008-01-15 16:46:39 UTC (rev 5390)
@@ -698,7 +698,7 @@
 				if (i==6) styleClass+=" rich-right-cell";
 				
 				this.dayCellClassName.push(styleClass);
-				htmlTextWeek+='<td class="'+styleClass+'" id="'+this.DATE_ELEMENT_ID+p+'"'+
+				htmlTextWeek+='<td class="'+styleClass+'" id="'+this.DATE_ELEMENT_ID+p+'" '+
 				eventsStr+
 				'>'+(this.customDayListMarkup ? '<div class="rich-calendar-cell-div'+(this.params.dayCellClass ? ' '+this.params.dayCellClass : '')+'"></div>' : '')+'</td>';
 				p++;




More information about the richfaces-svn-commits mailing list