From: Jan Schneider Date: Tue, 16 Mar 2010 23:14:02 +0000 (+0100) Subject: Set special class name on days of other months. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c17e3495c324892ec5ecab670039a12ffa8e5dda;p=horde.git Set special class name on days of other months. --- 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) {