forked from indymedia/epicyon
Return to the inbox
parent
479d6bca6c
commit
bea8d2813c
|
@ -658,7 +658,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: [],reportUrl: st
|
||||||
dropDownContent+ \
|
dropDownContent+ \
|
||||||
' </div>' \
|
' </div>' \
|
||||||
' <input type="submit" name="submitPost" value="Submit">' \
|
' <input type="submit" name="submitPost" value="Submit">' \
|
||||||
' <a href="'+pathBase+'/outbox"><button class="cancelbtn">Cancel</button></a>' \
|
' <a href="'+pathBase+'/inbox"><button class="cancelbtn">Cancel</button></a>' \
|
||||||
' <a href="'+pathBase+'/searchemoji"><img src="/emoji/1F601.png" title="Search for emoji" alt="Search for emoji" class="right"/></a>'+ \
|
' <a href="'+pathBase+'/searchemoji"><img src="/emoji/1F601.png" title="Search for emoji" alt="Search for emoji" class="right"/></a>'+ \
|
||||||
' </div>'+ \
|
' </div>'+ \
|
||||||
replyStr+ \
|
replyStr+ \
|
||||||
|
|
Loading…
Reference in New Issue