Icons on right

merge-requests/8/head
Bob Mottram 2020-10-30 18:51:59 +00:00
parent 544e3685e4
commit ced8237af7
1 changed files with 2 additions and 1 deletions

View File

@ -5592,7 +5592,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
if ':' in domain:
domain = domain.split(':')
editImageClass = 'leftColEdit'
editImageClass = ''
if showHeaderImage:
leftColumnImageFilename = \
baseDir + '/accounts/' + nickname + '@' + domain + \
@ -5610,6 +5610,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
leftColumnImageFilename)
# show the image at the top of the column
editImageClass = 'leftColEdit'
if os.path.isfile(leftColumnImageFilename):
editImageClass = 'leftColEditImage'
htmlStr += \