Citations screen header text

main
Bob Mottram 2020-11-05 14:14:43 +00:00
parent b16a84f750
commit c217818dd9
1 changed files with 5 additions and 3 deletions

View File

@ -5890,11 +5890,13 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
'<form enctype="multipart/form-data" method="POST" ' + \ '<form enctype="multipart/form-data" method="POST" ' + \
'accept-charset="UTF-8" action="/users/' + nickname + \ 'accept-charset="UTF-8" action="/users/' + nickname + \
'/citationsdata">\n' '/citationsdata">\n'
htmlStr += ' <center>\n'
htmlStr += translate['Choose newswire items ' +
'referenced in your article'] + '<br>'
htmlStr += \ htmlStr += \
' <center>\n' + \
' <input type="submit" name="submitCitations" value="' + \ ' <input type="submit" name="submitCitations" value="' + \
translate['Submit'] + '">\n' + \ translate['Submit'] + '">\n'
' </center>\n' htmlStr += ' </center>\n'
# list of newswire items # list of newswire items
if newswire: if newswire: