diff --git a/webinterface.py b/webinterface.py index 90ebf8fa..bb7df330 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3536,6 +3536,7 @@ def htmlTimeline(defaultTimeline: str, \ if ':' not in domain: fullDomain=domain+':'+str(port) actor=httpPrefix+'://'+fullDomain+'/users/'+nickname + usersPath='/users/'+nickname showIndividualPostIcons=True @@ -3618,70 +3619,70 @@ def htmlTimeline(defaultTimeline: str, \ # first button if defaultTimeline=='tlmedia': tlStr+= \ - ' ' elif defaultTimeline=='tlblogs': tlStr+= \ - ' ' else: tlStr+= \ - ' ' tlStr+= \ - ' ' tlStr+= \ - ' ' # typically the media button if defaultTimeline!='tlmedia': tlStr+= \ - ' ' else: tlStr+= \ - ' ' # typically the blogs button if defaultTimeline!='tlblogs': tlStr+= \ - ' ' else: tlStr+= \ - ' ' tlStr+= \ - ' ' tlStr+= \ sharesButtonStr+bookmarksButtonStr+moderationButtonStr+newPostButtonStr tlStr+= \ - ' '+ \
         translate['Search and follow']+'' tlStr+= \ - ' '+translate['Calendar']+'' tlStr+= \ - ' '+translate['Refresh']+'' @@ -3741,25 +3742,25 @@ def htmlTimeline(defaultTimeline: str, \ if todaysEventsCheck(baseDir,nickname,domain): now=datetime.now() tlStr+= \ - '
' if thisWeeksEventsCheck(baseDir,nickname,domain): tlStr+= \ - '' tlStr+='
' else: if thisWeeksEventsCheck(baseDir,nickname,domain): tlStr+= \ - '
' # page up arrow if pageNumber>1: tlStr+= \ - '