mirror of https://gitlab.com/bashrc2/epicyon
End of header icons div
parent
dca56e99ec
commit
06478d9ddb
|
@ -998,8 +998,6 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'/links.png" title="' + translate['Edit Links'] + \
|
'/links.png" title="' + translate['Edit Links'] + \
|
||||||
'" alt="| ' + translate['Edit Links'] + \
|
'" alt="| ' + translate['Edit Links'] + \
|
||||||
'" class="timelineicon"/></a>'
|
'" class="timelineicon"/></a>'
|
||||||
# end of headericons div
|
|
||||||
tlStr += '</div>'
|
|
||||||
else:
|
else:
|
||||||
# NOTE: deliberately no \n at end of line
|
# NOTE: deliberately no \n at end of line
|
||||||
tlStr += \
|
tlStr += \
|
||||||
|
@ -1015,6 +1013,10 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'<button class="buttonDesktop">' + \
|
'<button class="buttonDesktop">' + \
|
||||||
'<span>' + translate['Settings'] + '</span></button></a>'
|
'<span>' + translate['Settings'] + '</span></button></a>'
|
||||||
|
|
||||||
|
if not iconsAsButtons:
|
||||||
|
# end of headericons div
|
||||||
|
tlStr += '</div>'
|
||||||
|
|
||||||
if not newsHeader:
|
if not newsHeader:
|
||||||
tlStr += followApprovals
|
tlStr += followApprovals
|
||||||
# end of the button header with inbox, outbox, etc
|
# end of the button header with inbox, outbox, etc
|
||||||
|
|
Loading…
Reference in New Issue