From 9e29988623b1c055be50604ae3ddd1133175138c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Nov 2020 10:25:40 +0000 Subject: [PATCH] Icons on right of mobile newswire screen --- webinterface.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webinterface.py b/webinterface.py index c5516a12e..974394191 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5823,6 +5823,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, nickname + '/right_col_image.png" />\n' + \ ' \n' + if rssIconAtTop and not showHeaderImage: + htmlStr += '
' + if editImageClass == 'rightColEdit': htmlStr += '\n
\n' @@ -5890,6 +5893,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, if showHeaderImage: htmlStr += '
\n' + if rssIconAtTop and not showHeaderImage: + htmlStr += '
' + # show the newswire lines newswireContentStr = \ htmlNewswire(newswire, nickname, moderator, translate,