mirror of https://gitlab.com/bashrc2/epicyon
Info button first
parent
f289ca3f63
commit
0cbbba4c16
|
@ -444,6 +444,10 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
else:
|
else:
|
||||||
tlStr += ' <input type="text" ' + \
|
tlStr += ' <input type="text" ' + \
|
||||||
'name="moderationAction" value="" autofocus><br>\n'
|
'name="moderationAction" value="" autofocus><br>\n'
|
||||||
|
tlStr += \
|
||||||
|
' <input type="submit" title="' + \
|
||||||
|
translate['Information about current blocks/suspensions'] + \
|
||||||
|
'" name="submitInfo" value="' + translate['Info'] + '">\n'
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <input type="submit" title="' + \
|
' <input type="submit" title="' + \
|
||||||
translate['Remove the above item'] + \
|
translate['Remove the above item'] + \
|
||||||
|
@ -466,10 +470,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
' <input type="submit" title="' + \
|
' <input type="submit" title="' + \
|
||||||
translate['Unblock an account on another instance'] + \
|
translate['Unblock an account on another instance'] + \
|
||||||
'" name="submitUnblock" value="' + translate['Unblock'] + '">\n'
|
'" name="submitUnblock" value="' + translate['Unblock'] + '">\n'
|
||||||
tlStr += \
|
|
||||||
' <input type="submit" title="' + \
|
|
||||||
translate['Information about current blocks/suspensions'] + \
|
|
||||||
'" name="submitInfo" value="' + translate['Info'] + '">\n'
|
|
||||||
tlStr += '</div>\n</form>\n'
|
tlStr += '</div>\n</form>\n'
|
||||||
|
|
||||||
logTimelineTiming(enableTimingLog, timelineStartTime, boxName, '6')
|
logTimelineTiming(enableTimingLog, timelineStartTime, boxName, '6')
|
||||||
|
|
Loading…
Reference in New Issue