add tooltip to edit tags link

This commit is contained in:
Andrew Dolgov 2006-12-07 11:00:21 +01:00
parent b810a0f146
commit ffb761c977
1 changed files with 2 additions and 1 deletions

View File

@ -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>";