mirror of https://gitlab.com/bashrc2/epicyon
Secondary submit button
parent
8804849a8d
commit
5c3c0772ac
|
@ -772,6 +772,13 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
newPostForm += extraFields + citationsStr + dateAndLocation
|
newPostForm += extraFields + citationsStr + dateAndLocation
|
||||||
if not mediaInstance or replyStr:
|
if not mediaInstance or replyStr:
|
||||||
newPostForm += newPostImageSection
|
newPostForm += newPostImageSection
|
||||||
|
|
||||||
|
newPostForm += ' <div class="containerNewPost">\n'
|
||||||
|
newPostForm += \
|
||||||
|
' <input type="submit" name="submitPost" value="' + \
|
||||||
|
translate['Submit'] + '">\n'
|
||||||
|
newPostForm += ' </div>\n'
|
||||||
|
|
||||||
newPostForm += ' </div>\n'
|
newPostForm += ' </div>\n'
|
||||||
newPostForm += '</form>\n'
|
newPostForm += '</form>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue