forked from indymedia/epicyon
Revert "Button sequence, so that it's consistent with front page"
This reverts commit 124bd81fe7
.
main
parent
124bd81fe7
commit
1b023c4255
|
@ -6289,6 +6289,12 @@ def getTimelineButtonHeader(defaultTimeline: str,
|
||||||
'<span>' + translate['Expand'] + \
|
'<span>' + translate['Expand'] + \
|
||||||
'</span></button></a>\n'
|
'</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
|
# the newswire button to show right column links
|
||||||
if not iconsAsButtons:
|
if not iconsAsButtons:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
|
@ -6323,12 +6329,6 @@ def getTimelineButtonHeader(defaultTimeline: str,
|
||||||
'<span>' + translate['Links'] + \
|
'<span>' + translate['Links'] + \
|
||||||
'</span></button></a>\n'
|
'</span></button></a>\n'
|
||||||
|
|
||||||
if newsHeader:
|
|
||||||
tlStr += \
|
|
||||||
' <a href="' + usersPath + '/inbox' + \
|
|
||||||
'"><button class="button">' + \
|
|
||||||
'<span>' + translate['User'] + '</span></button></a>\n'
|
|
||||||
|
|
||||||
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