mirror of https://gitlab.com/bashrc2/epicyon
Button separators
parent
837fa46bdd
commit
414bc5f7a1
|
@ -2303,7 +2303,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
'?actor='+postJsonObject['actor']+ \
|
'?actor='+postJsonObject['actor']+ \
|
||||||
'?bm='+timelinePostBookmark+ \
|
'?bm='+timelinePostBookmark+ \
|
||||||
'?tl='+boxName+'" title="'+announceTitle+'">'
|
'?tl='+boxName+'" title="'+announceTitle+'">'
|
||||||
announceStr+='<img loading="lazy" title="'+translate['Repeat this post']+'" alt="'+translate['Repeat this post']+'" src="/'+iconsDir+'/'+announceIcon+'"/></a>'
|
announceStr+='<img loading="lazy" title="'+translate['Repeat this post']+' |" alt="'+translate['Repeat this post']+' |" src="/'+iconsDir+'/'+announceIcon+'"/></a>'
|
||||||
|
|
||||||
likeStr=''
|
likeStr=''
|
||||||
if not isModerationPost:
|
if not isModerationPost:
|
||||||
|
@ -2321,7 +2321,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
'?actor='+postJsonObject['actor']+ \
|
'?actor='+postJsonObject['actor']+ \
|
||||||
'?bm='+timelinePostBookmark+ \
|
'?bm='+timelinePostBookmark+ \
|
||||||
'?tl='+boxName+'" title="'+likeTitle+'">'
|
'?tl='+boxName+'" title="'+likeTitle+'">'
|
||||||
likeStr+='<img loading="lazy" title="'+likeTitle+'" alt="'+likeTitle+'" src="/'+iconsDir+'/'+likeIcon+'"/></a>'
|
likeStr+='<img loading="lazy" title="'+likeTitle+' |" alt="'+likeTitle+' |" src="/'+iconsDir+'/'+likeIcon+'"/></a>'
|
||||||
|
|
||||||
bookmarkStr=''
|
bookmarkStr=''
|
||||||
if not isModerationPost:
|
if not isModerationPost:
|
||||||
|
@ -2338,7 +2338,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
'?actor='+postJsonObject['actor']+ \
|
'?actor='+postJsonObject['actor']+ \
|
||||||
'?bm='+timelinePostBookmark+ \
|
'?bm='+timelinePostBookmark+ \
|
||||||
'?tl='+boxName+'" title="'+bookmarkTitle+'">'
|
'?tl='+boxName+'" title="'+bookmarkTitle+'">'
|
||||||
bookmarkStr+='<img loading="lazy" title="'+bookmarkTitle+'" alt="'+bookmarkTitle+'" src="/'+iconsDir+'/'+bookmarkIcon+'"/></a>'
|
bookmarkStr+='<img loading="lazy" title="'+bookmarkTitle+' |" alt="'+bookmarkTitle+' |" src="/'+iconsDir+'/'+bookmarkIcon+'"/></a>'
|
||||||
|
|
||||||
deleteStr=''
|
deleteStr=''
|
||||||
if allowDeletion or \
|
if allowDeletion or \
|
||||||
|
@ -2384,7 +2384,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
'<a href="/users/'+nickname+'?replydm='+replyToLink+ \
|
'<a href="/users/'+nickname+'?replydm='+replyToLink+ \
|
||||||
'?actor='+postJsonObject['actor']+ \
|
'?actor='+postJsonObject['actor']+ \
|
||||||
'" title="'+translate['Reply to this post']+'">'
|
'" title="'+translate['Reply to this post']+'">'
|
||||||
footerStr+='<img loading="lazy" title="'+translate['Reply to this post']+'" alt="'+translate['Reply to this post']+'" src="/'+iconsDir+'/reply.png"/></a>'
|
footerStr+='<img loading="lazy" title="'+translate['Reply to this post']+' |" alt="'+translate['Reply to this post']+' |" src="/'+iconsDir+'/reply.png"/></a>'
|
||||||
footerStr+=announceStr+likeStr+bookmarkStr+deleteStr
|
footerStr+=announceStr+likeStr+bookmarkStr+deleteStr
|
||||||
footerStr+='<span class="'+timeClass+'">'+publishedStr+'</span>'
|
footerStr+='<span class="'+timeClass+'">'+publishedStr+'</span>'
|
||||||
footerStr+='</div>'
|
footerStr+='</div>'
|
||||||
|
|
Loading…
Reference in New Issue