mirror of https://gitlab.com/bashrc2/epicyon
Separators
parent
4827ae93ac
commit
377cb1eb6a
|
@ -116,7 +116,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
'/users/' + nickname + '/editlinks">' + \
|
||||
'<img class="' + editImageClass + \
|
||||
'" loading="lazy" alt="' + \
|
||||
translate['Edit Links'] + '" title="' + \
|
||||
translate['Edit Links'] + ' | " title="' + \
|
||||
translate['Edit Links'] + '" src="/' + \
|
||||
'icons/edit.png" /></a>\n'
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
'/users/' + nickname + '/editnewswire">' + \
|
||||
'<img class="' + editImageClass + \
|
||||
'" loading="lazy" alt="' + \
|
||||
translate['Edit newswire'] + '" title="' + \
|
||||
translate['Edit newswire'] + ' | " title="' + \
|
||||
translate['Edit newswire'] + '" src="/' + \
|
||||
'icons/edit_notify.png" /></a>\n'
|
||||
else:
|
||||
|
@ -143,14 +143,14 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
' <a href="/categories.xml">' + \
|
||||
'<img class="' + editImageClass + \
|
||||
'" loading="lazy" alt="' + \
|
||||
translate['Hashtag Categories RSS Feed'] + '" title="' + \
|
||||
translate['Hashtag Categories RSS Feed'] + ' | " title="' + \
|
||||
translate['Hashtag Categories RSS Feed'] + '" src="/' + \
|
||||
'icons/categoriesrss.png" /></a>\n'
|
||||
rssIconStr += \
|
||||
' <a href="/newswire.xml">' + \
|
||||
'<img class="' + editImageClass + \
|
||||
'" loading="lazy" alt="' + \
|
||||
translate['Newswire RSS Feed'] + '" title="' + \
|
||||
translate['Newswire RSS Feed'] + ' | " title="' + \
|
||||
translate['Newswire RSS Feed'] + '" src="/' + \
|
||||
'icons/logorss.png" /></a>\n'
|
||||
if rssIconAtTop:
|
||||
|
|
Loading…
Reference in New Issue