projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f7b65e
)
Set special class name on days of other months.
author
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 23:14:02 +0000
(
00:14
+0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 23:14:02 +0000
(
00:14
+0100)
horde/js/calendar.js
patch
|
blob
|
history
diff --git
a/horde/js/calendar.js
b/horde/js/calendar.js
index
da21fce
..
69cb56c
100644
(file)
--- 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) {