mirror of https://gitlab.com/bashrc2/epicyon
Date and time within container
parent
38544a8afd
commit
c6f5ede526
|
@ -740,8 +740,10 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
shareDescription = ''
|
shareDescription = ''
|
||||||
|
|
||||||
# for reminders show the date and time at the top
|
# for reminders show the date and time at the top
|
||||||
if path.endswith('/newreminder'):
|
if isNewReminder:
|
||||||
|
newPostForm += '<div class="container">\n'
|
||||||
newPostForm += dateAndTimeStr
|
newPostForm += dateAndTimeStr
|
||||||
|
newPostForm += '</div>\n'
|
||||||
|
|
||||||
newPostForm += \
|
newPostForm += \
|
||||||
editTextField(placeholderSubject, 'subject', shareDescription)
|
editTextField(placeholderSubject, 'subject', shareDescription)
|
||||||
|
|
Loading…
Reference in New Issue