5222: WebCal, days of next month not greyed out
svn: r18128
This commit is contained in:
parent
282b32ad21
commit
2501ea0704
@ -719,7 +719,7 @@ class WebCalReport(Report):
|
|||||||
specday = __get_previous_month_day(year, month, day_col) if week_row == 0 \
|
specday = __get_previous_month_day(year, month, day_col) if week_row == 0 \
|
||||||
else __get_next_month_day(year, month, day_col)
|
else __get_next_month_day(year, month, day_col)
|
||||||
|
|
||||||
specclass = "previous " if week_row == 0 else "Next "
|
specclass = "previous " if week_row == 0 else "next "
|
||||||
specclass += dayclass
|
specclass += dayclass
|
||||||
|
|
||||||
# continue table cell, <td>, without id tag
|
# continue table cell, <td>, without id tag
|
||||||
|
Loading…
Reference in New Issue
Block a user