mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:45:55 +00:00
add tooltip to edit tags link
This commit is contained in:
@@ -259,7 +259,8 @@
|
||||
if (!$entry_comments) $entry_comments = " "; # placeholder
|
||||
|
||||
print "<div style='float : right'>$tags_str
|
||||
<a href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
|
||||
<a title=\"Edit tags for this article\"
|
||||
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
|
||||
<div clear='both'>$entry_comments</div>";
|
||||
|
||||
print "</div>";
|
||||
|
||||
Reference in New Issue
Block a user