mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 04:31:28 +00:00
add tooltip to edit tags link
This commit is contained in:
@@ -259,7 +259,8 @@
|
|||||||
if (!$entry_comments) $entry_comments = " "; # placeholder
|
if (!$entry_comments) $entry_comments = " "; # placeholder
|
||||||
|
|
||||||
print "<div style='float : right'>$tags_str
|
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>";
|
<div clear='both'>$entry_comments</div>";
|
||||||
|
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user