Mobile newswire icons on right

merge-requests/8/head
Bob Mottram 2020-11-01 14:20:02 +00:00
parent 2321286bb2
commit 061b974c6a
1 changed files with 3 additions and 3 deletions

View File

@ -5623,7 +5623,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
htmlStr += '</div><br>'
if showHeaderImage:
htmlStr += '<br>'
htmlStr += '<br>'
linksFilename = baseDir + '/accounts/links.txt'
linksFileContainsEntries = False
@ -5828,7 +5828,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
nickname + '/right_col_image.png" />\n' + \
' </center>\n'
if rssIconAtTop and not showHeaderImage:
if (showPublishButton or editor or rssIconAtTop) and not showHeaderImage:
htmlStr += '<div class="columnIcons">'
if editImageClass == 'rightColEdit':
@ -5898,7 +5898,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
if showHeaderImage:
htmlStr += ' <br>\n'
if rssIconAtTop and not showHeaderImage:
if (showPublishButton or editor or rssIconAtTop) and not showHeaderImage:
htmlStr += '</div><br>'
# show the newswire lines