mirror of https://gitlab.com/bashrc2/epicyon
Separate moderation bookmark
parent
787169c747
commit
4cb34487f1
|
@ -431,7 +431,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
menuLinks: '#links'
|
menuLinks: '#links'
|
||||||
}
|
}
|
||||||
if moderator:
|
if moderator:
|
||||||
navLinks[menuModeration] = usersPath + '/moderation#timeline'
|
navLinks[menuModeration] = usersPath + '/moderation#modtimeline'
|
||||||
tlStr += htmlKeyboardNavigation(textModeBanner, navLinks,
|
tlStr += htmlKeyboardNavigation(textModeBanner, navLinks,
|
||||||
usersPath, translate, followApprovals)
|
usersPath, translate, followApprovals)
|
||||||
|
|
||||||
|
@ -507,7 +507,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
# second row of buttons for moderator actions
|
# second row of buttons for moderator actions
|
||||||
if moderator and boxName == 'moderation':
|
if moderator and boxName == 'moderation':
|
||||||
tlStr += \
|
tlStr += \
|
||||||
'<form method="POST" action="/users/' + \
|
'<form id="modtimeline" method="POST" action="/users/' + \
|
||||||
nickname + '/moderationaction">'
|
nickname + '/moderationaction">'
|
||||||
tlStr += '<div class="container">\n'
|
tlStr += '<div class="container">\n'
|
||||||
idx = 'Nickname or URL. Block using *@domain or nickname@domain'
|
idx = 'Nickname or URL. Block using *@domain or nickname@domain'
|
||||||
|
|
Loading…
Reference in New Issue