Add calendar title

merge-requests/8/head
Bob Mottram 2020-11-05 12:09:02 +00:00
parent 11d5862459
commit 6aeb1fcc4e
1 changed files with 2 additions and 1 deletions

View File

@ -8596,7 +8596,8 @@ def htmlCalendar(cssCache: {}, translate: {},
' <img loading="lazy" alt="' + translate['Previous month'] + \
'" title="' + translate['Previous month'] + '" src="/' + iconsDir + \
'/prev.png" class="buttonprev"/></a>\n'
calendarStr += ' <a href="' + calActor + '/inbox">'
calendarStr += ' <a href="' + calActor + '/inbox" title='
calendarStr += translate['switch to timeline view'] + '>'
calendarStr += ' <h1>' + monthName + '</h1></a>\n'
calendarStr += \
' <a href="' + calActor + '/calendar?year=' + str(nextYear) + \