mirror of https://gitlab.com/bashrc2/epicyon
Icons on right of mobile newswire screen
parent
b0585997f8
commit
9e29988623
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue