mirror of https://gitlab.com/bashrc2/epicyon
Move end of headericons to include mobile icons
parent
bf3b3deaa7
commit
a1f13bd675
|
@ -6657,8 +6657,6 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
'/showhide.png" title="' + translate['Show/Hide Buttons'] + \
|
||||
'" alt="| ' + translate['Show/Hide Buttons'] + \
|
||||
'" class="timelineicon"/></a>\n'
|
||||
# end of headericons div
|
||||
tlStr += '</div>'
|
||||
else:
|
||||
tlStr += \
|
||||
'<a href="' + usersPath + '/minimal' + \
|
||||
|
@ -6699,6 +6697,8 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
'/links.png" title="' + translate['Edit Links'] + \
|
||||
'" alt="| ' + translate['Edit Links'] + \
|
||||
'" class="timelineicon"/></a>'
|
||||
# end of headericons div
|
||||
tlStr += '</div>'
|
||||
else:
|
||||
# NOTE: deliberately no \n at end of line
|
||||
tlStr += \
|
||||
|
|
Loading…
Reference in New Issue