Set special class name on days of other months.
authorJan Schneider <jan@horde.org>
Tue, 16 Mar 2010 23:14:02 +0000 (00:14 +0100)
committerJan Schneider <jan@horde.org>
Tue, 16 Mar 2010 23:14:02 +0000 (00:14 +0100)
horde/js/calendar.js

index da21fce..69cb56c 100644 (file)
@@ -119,6 +119,7 @@ var Horde_Calendar =
             cell = new Element('TD');
 
             if (i < 1 || i > daysInMonth) {
+                cell.addClassName('hordeCalendarEmpty');
                 row.appendChild(cell);
 
                 if (count == 7) {