mirror of https://gitlab.com/bashrc2/epicyon
Button sequence, so that it's consistent with front page
parent
45998e9b3e
commit
124bd81fe7
|
@ -6289,12 +6289,6 @@ def getTimelineButtonHeader(defaultTimeline: str,
|
|||
'<span>' + translate['Expand'] + \
|
||||
'</span></button></a>\n'
|
||||
|
||||
if newsHeader:
|
||||
tlStr += \
|
||||
' <a href="' + usersPath + '/inbox' + \
|
||||
'"><button class="button">' + \
|
||||
'<span>' + translate['User'] + '</span></button></a>\n'
|
||||
|
||||
# the newswire button to show right column links
|
||||
if not iconsAsButtons:
|
||||
tlStr += \
|
||||
|
@ -6329,6 +6323,12 @@ def getTimelineButtonHeader(defaultTimeline: str,
|
|||
'<span>' + translate['Links'] + \
|
||||
'</span></button></a>\n'
|
||||
|
||||
if newsHeader:
|
||||
tlStr += \
|
||||
' <a href="' + usersPath + '/inbox' + \
|
||||
'"><button class="button">' + \
|
||||
'<span>' + translate['User'] + '</span></button></a>\n'
|
||||
|
||||
if not newsHeader:
|
||||
tlStr += followApprovals
|
||||
# end of the button header with inbox, outbox, etc
|
||||
|
|
Loading…
Reference in New Issue