dm button

master
Bob Mottram 2019-08-25 15:29:47 +01:00
parent 4e1dc981c6
commit 1b66aa0077
1 changed files with 3 additions and 0 deletions

View File

@ -1362,10 +1362,13 @@ def htmlTimeline(pageNumber: int,itemsPerPage: int,session,baseDir: str, \
moderator=isModerator(baseDir,nickname)
inboxButton='button'
dmButton='button'
sentButton='button'
moderationButton='button'
if boxName=='inbox':
inboxButton='buttonselected'
elif boxName=='dm':
dmButton='buttonselected'
elif boxName=='outbox':
sentButton='buttonselected'
elif boxName=='moderation':