forked from indymedia/epicyon
New follow icon is inside the header icons div
parent
699513bc7c
commit
49f8145986
|
@ -1027,12 +1027,13 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'<button class="buttonDesktop">' + \
|
'<button class="buttonDesktop">' + \
|
||||||
'<span>' + translate['Settings'] + '</span></button></a>'
|
'<span>' + translate['Settings'] + '</span></button></a>'
|
||||||
|
|
||||||
|
if not newsHeader:
|
||||||
|
tlStr += followApprovals
|
||||||
|
|
||||||
if not iconsAsButtons:
|
if not iconsAsButtons:
|
||||||
# end of headericons div
|
# end of headericons div
|
||||||
tlStr += '</div>'
|
tlStr += '</div>'
|
||||||
|
|
||||||
if not newsHeader:
|
|
||||||
tlStr += followApprovals
|
|
||||||
# end of the button header with inbox, outbox, etc
|
# end of the button header with inbox, outbox, etc
|
||||||
tlStr += ' </div>\n'
|
tlStr += ' </div>\n'
|
||||||
return tlStr
|
return tlStr
|
||||||
|
|
Loading…
Reference in New Issue