forked from indymedia/epicyon
Citations screen header text
parent
b16a84f750
commit
c217818dd9
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue