add tooltip to edit tags link
This commit is contained in:
parent
b810a0f146
commit
ffb761c977
1 changed files with 2 additions and 1 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue