From c17e3495c324892ec5ecab670039a12ffa8e5dda Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 17 Mar 2010 00:14:02 +0100 Subject: [PATCH] Set special class name on days of other months. --- horde/js/calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/horde/js/calendar.js b/horde/js/calendar.js index da21fcef7..69cb56cbd 100644 --- a/horde/js/calendar.js +++ b/horde/js/calendar.js @@ -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) { -- 2.11.0