Date and location before attachment

main
Bob Mottram 2019-11-10 09:46:26 +00:00
parent 8efa97296b
commit b207223f3a
1 changed files with 2 additions and 3 deletions

View File

@ -1016,14 +1016,13 @@ def htmlNewPost(translate: {},baseDir: str, \
replyStr+ \
' <input type="text" placeholder="'+placeholderSubject+'" name="subject">' \
'' \
' <textarea id="message" name="message" placeholder="'+placeholderMessage+'" style="height:400px">'+mentionsStr+'</textarea>' \
''+extraFields+ \
' <textarea id="message" name="message" placeholder="'+placeholderMessage+'" style="height:400px">'+mentionsStr+'</textarea>'+ \
extraFields+dateAndLocation+ \
' <div class="container">' \
' <input type="text" placeholder="'+translate['Image description']+'" name="imageDescription">' \
' <input type="file" id="attachpic" name="attachpic"' \
' accept=".png, .jpg, .jpeg, .gif, .mp4, .webm, .ogv, .mp3, .ogg">' \
' </div>' \
''+dateAndLocation+ \
' </div>' \
'</form>'