mirror of https://gitlab.com/bashrc2/epicyon
Consistent back button position and terminology
parent
5d0d8b1ddc
commit
a00b8db136
|
@ -2208,7 +2208,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
|||
newPostForm += \
|
||||
' <a href="' + pathBase + \
|
||||
'/inbox"><button class="cancelbtn">' + \
|
||||
translate['Cancel'] + '</button></a>\n'
|
||||
translate['Go Back'] + '</button></a>\n'
|
||||
newPostForm += \
|
||||
' <input type="submit" name="submitPost" value="' + \
|
||||
translate['Submit'] + '">\n'
|
||||
|
|
Loading…
Reference in New Issue