]> git.wh0rd.org - tt-rss.git/commitdiff
add tooltip to edit tags link
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Dec 2006 10:00:21 +0000 (11:00 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Dec 2006 10:00:21 +0000 (11:00 +0100)
backend.php

index 9b0ce8f5f9fe6efc7deaaf0b9a2f8d5fd9f8db22..65a8a6ebd32465489882c29b0f4467ec08929b52 100644 (file)
                        if (!$entry_comments) $entry_comments = "&nbsp;"; # 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>";