mirror of https://gitlab.com/bashrc2/epicyon
Title on calendat events
parent
eeb095fe8a
commit
e104b9c5b0
|
@ -358,7 +358,9 @@ def htmlCalendar(cssCache: {}, translate: {},
|
||||||
url = calActor + '/calendar?year=' + \
|
url = calActor + '/calendar?year=' + \
|
||||||
str(year) + '?month=' + \
|
str(year) + '?month=' + \
|
||||||
str(monthNumber) + '?day=' + str(dayOfMonth)
|
str(monthNumber) + '?day=' + str(dayOfMonth)
|
||||||
dayLink = '<a href="' + url + '">' + \
|
dayDescription = monthName + ' ' + str(dayOfMonth)
|
||||||
|
dayLink = '<a href="' + url + '" ' + \
|
||||||
|
'title="' + dayDescription + '">' + \
|
||||||
str(dayOfMonth) + '</a>'
|
str(dayOfMonth) + '</a>'
|
||||||
# there are events for this day
|
# there are events for this day
|
||||||
if not isToday:
|
if not isToday:
|
||||||
|
|
Loading…
Reference in New Issue