summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 11:00:21 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 11:00:21 +0100
commitffb761c97796220436cd4460d6663585cf07c9ae (patch)
treec0c51121384323dcdaaea36cfbeb7234ad7308d4 /backend.php
parentb810a0f146e5110906324eadaeec9ba7fc20d690 (diff)
add tooltip to edit tags link
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 9b0ce8f5f..65a8a6ebd 100644
--- a/backend.php
+++ b/backend.php
@@ -259,7 +259,8 @@
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>";