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