Icons on right of mobile newswire screen

merge-requests/8/head
Bob Mottram 2020-11-01 10:25:40 +00:00
parent b0585997f8
commit 9e29988623
1 changed files with 6 additions and 0 deletions

View File

@ -5823,6 +5823,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
nickname + '/right_col_image.png" />\n' + \
' </center>\n'
if rssIconAtTop and not showHeaderImage:
htmlStr += '<div class="columnIcons">'
if editImageClass == 'rightColEdit':
htmlStr += '\n <center>\n'
@ -5890,6 +5893,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
if showHeaderImage:
htmlStr += ' <br>\n'
if rssIconAtTop and not showHeaderImage:
htmlStr += '</div>'
# show the newswire lines
newswireContentStr = \
htmlNewswire(newswire, nickname, moderator, translate,