mirror of https://gitlab.com/bashrc2/epicyon
Append
parent
093b13d413
commit
b57546ac74
|
@ -1258,11 +1258,12 @@ def htmlEditLinks(translate: {}, baseDir: str, path: str,
|
||||||
with open(linksFilename, 'r') as fp:
|
with open(linksFilename, 'r') as fp:
|
||||||
linksStr = fp.read()
|
linksStr = fp.read()
|
||||||
|
|
||||||
editLinksForm = \
|
editLinksForm += \
|
||||||
'<div class="container">'
|
'<div class="container">'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' ' + \
|
' ' + \
|
||||||
translate['One link per line. Description followed by the link.']
|
translate['One link per line. Description followed by the link.'] + \
|
||||||
|
'<br>'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <textarea id="message" name="editedLinks" style="height:500px">' + \
|
' <textarea id="message" name="editedLinks" style="height:500px">' + \
|
||||||
linksStr + '</textarea>'
|
linksStr + '</textarea>'
|
||||||
|
|
Loading…
Reference in New Issue