mirror of https://gitlab.com/bashrc2/epicyon
Box heights
parent
71e5e0edaa
commit
f6782d39ba
|
@ -1299,7 +1299,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
translate['One link per line. Description followed by the link.'] + \
|
translate['One link per line. Description followed by the link.'] + \
|
||||||
'<br>'
|
'<br>'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <textarea id="message" name="editedLinks" style="height:50vh">' + \
|
' <textarea id="message" name="editedLinks" style="height:80vh">' + \
|
||||||
linksStr + '</textarea>'
|
linksStr + '</textarea>'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
'</div>'
|
'</div>'
|
||||||
|
@ -1419,7 +1419,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
'https://gitlab.com/bashrc2/epicyon/-/raw/main/hashtagrules.txt' + \
|
'https://gitlab.com/bashrc2/epicyon/-/raw/main/hashtagrules.txt' + \
|
||||||
'">' + translate['See instructions'] + '</a>\n'
|
'">' + translate['See instructions'] + '</a>\n'
|
||||||
editNewswireForm += ' <textarea id="message" ' + \
|
editNewswireForm += ' <textarea id="message" ' + \
|
||||||
'name="hashtagRulesList" style="height:200px">' + \
|
'name="hashtagRulesList" style="height:50vh">' + \
|
||||||
hashtagRulesStr + '</textarea>\n'
|
hashtagRulesStr + '</textarea>\n'
|
||||||
|
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
|
|
Loading…
Reference in New Issue