Info button first

main
Bob Mottram 2020-12-16 17:51:23 +00:00
parent f289ca3f63
commit 0cbbba4c16
1 changed files with 4 additions and 4 deletions

View File

@ -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')