forked from indymedia/epicyon
Use edit icon in dropdown
parent
d6f9f95a20
commit
35d9d69e4e
|
@ -1414,7 +1414,7 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \
|
||||||
dropDownContent+= \
|
dropDownContent+= \
|
||||||
' <a href="'+pathBase+dropdownNewBlogSuffix+ \
|
' <a href="'+pathBase+dropdownNewBlogSuffix+ \
|
||||||
'"><img loading="lazy" alt="" title="" src="/'+ \
|
'"><img loading="lazy" alt="" title="" src="/'+ \
|
||||||
iconsDir+'/scope_blog.png"/><b>'+ \
|
iconsDir+'/edit.png"/><b>'+ \
|
||||||
translate['Blog']+'</b><br>'+ \
|
translate['Blog']+'</b><br>'+ \
|
||||||
translate['Visible to anyone']+'</a>'
|
translate['Visible to anyone']+'</a>'
|
||||||
dropDownContent+= \
|
dropDownContent+= \
|
||||||
|
|
Loading…
Reference in New Issue