mirror of https://gitlab.com/bashrc2/epicyon
Change position of settings button
parent
57d6657956
commit
69e9fc11c8
|
@ -6446,10 +6446,6 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
' <a href="' + usersPath + '/inbox">' + \
|
' <a href="' + usersPath + '/inbox">' + \
|
||||||
'<button class="button">' + \
|
'<button class="button">' + \
|
||||||
'<span>' + translate['User'] + '</span></button></a>\n'
|
'<span>' + translate['User'] + '</span></button></a>\n'
|
||||||
tlStr += \
|
|
||||||
' <a href="' + usersPath + '/editprofile">' + \
|
|
||||||
'<button class="buttonDesktop">' + \
|
|
||||||
'<span>' + translate['Settings'] + '</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:
|
||||||
|
@ -6485,6 +6481,12 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'<span>' + translate['Links'] + \
|
'<span>' + translate['Links'] + \
|
||||||
'</span></button></a>\n'
|
'</span></button></a>\n'
|
||||||
|
|
||||||
|
if newsHeader:
|
||||||
|
tlStr += \
|
||||||
|
' <a href="' + usersPath + '/editprofile">' + \
|
||||||
|
'<button class="buttonDesktop">' + \
|
||||||
|
'<span>' + translate['Settings'] + '</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