mirror of https://gitlab.com/bashrc2/epicyon
Positioning of date and time
parent
6c9834f2d7
commit
26650a233d
|
@ -938,7 +938,6 @@ def htmlNewPost(translate: {},baseDir: str, \
|
||||||
'<input type="date" name="eventDate">' \
|
'<input type="date" name="eventDate">' \
|
||||||
'<label class="labels">'+translate['Time']+': </label>' \
|
'<label class="labels">'+translate['Time']+': </label>' \
|
||||||
'<input type="time" name="eventTime">' \
|
'<input type="time" name="eventTime">' \
|
||||||
'<label class="labels">'+translate['Location']+': </label>' \
|
|
||||||
'<input type="text" placeholder="'+translate['Location']+'" name="location">' \
|
'<input type="text" placeholder="'+translate['Location']+'" name="location">' \
|
||||||
'</div>' \
|
'</div>' \
|
||||||
|
|
||||||
|
@ -1019,12 +1018,13 @@ def htmlNewPost(translate: {},baseDir: str, \
|
||||||
' <input type="text" placeholder="'+placeholderSubject+'" name="subject">' \
|
' <input type="text" placeholder="'+placeholderSubject+'" name="subject">' \
|
||||||
'' \
|
'' \
|
||||||
' <textarea id="message" name="message" placeholder="'+placeholderMessage+'" style="height:400px">'+mentionsStr+'</textarea>' \
|
' <textarea id="message" name="message" placeholder="'+placeholderMessage+'" style="height:400px">'+mentionsStr+'</textarea>' \
|
||||||
''+dateAndLocation+extraFields+ \
|
''+extraFields+ \
|
||||||
' <div class="container">' \
|
' <div class="container">' \
|
||||||
' <input type="text" placeholder="'+translate['Image description']+'" name="imageDescription">' \
|
' <input type="text" placeholder="'+translate['Image description']+'" name="imageDescription">' \
|
||||||
' <input type="file" id="attachpic" name="attachpic"' \
|
' <input type="file" id="attachpic" name="attachpic"' \
|
||||||
' accept=".png, .jpg, .jpeg, .gif, .mp4, .webm, .ogv, .mp3, .ogg">' \
|
' accept=".png, .jpg, .jpeg, .gif, .mp4, .webm, .ogv, .mp3, .ogg">' \
|
||||||
' </div>' \
|
' </div>' \
|
||||||
|
''+dateAndLocation+ \
|
||||||
' </div>' \
|
' </div>' \
|
||||||
'</form>'
|
'</form>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue