mirror of https://gitlab.com/bashrc2/epicyon
Increase height of notes
parent
7eadb4ea74
commit
e28327ad97
|
@ -5673,7 +5673,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
|
||||||
translate['Submit'] + '</button><br>\n'
|
translate['Submit'] + '</button><br>\n'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <textarea id="message" ' + \
|
' <textarea id="message" ' + \
|
||||||
'name="optionnotes" style="height:200px">' + \
|
'name="optionnotes" style="height:400px">' + \
|
||||||
personNotes + '</textarea>\n'
|
personNotes + '</textarea>\n'
|
||||||
|
|
||||||
optionsStr += ' </form>\n'
|
optionsStr += ' </form>\n'
|
||||||
|
|
Loading…
Reference in New Issue