Author: ilya_shaikovsky
Date: 2011-02-09 05:41:30 -0500 (Wed, 09 Feb 2011)
New Revision: 21560
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/calendar/samples/clientStylingDisablement-sample.xhtml
Log:
wrong class name after calendar refactoring.
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/calendar/samples/clientStylingDisablement-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/calendar/samples/clientStylingDisablement-sample.xhtml 2011-02-09
10:02:18 UTC (rev 21559)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/calendar/samples/clientStylingDisablement-sample.xhtml 2011-02-09
10:41:30 UTC (rev 21560)
@@ -25,7 +25,7 @@
if (curDt.getTime() - day.date.getTime() < 0) return true; else return
false;
}
function disabledClassesProv(day){
- if (curDt.getTime() - day.date.getTime() >= 0) return
'rf-ca-boundary-dates';
+ if (curDt.getTime() - day.date.getTime() >= 0) return
'rf-cal-boundary-day';
var res = '';
if (day.isWeekend) res+='weekendBold ';
if (day.day%3==0) res+='everyThirdDay';
Show replies by date