1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

add note plugin

This commit is contained in:
Andrew Dolgov
2011-12-21 10:58:06 +04:00
parent d4e35925e0
commit 55ad22fa55
9 changed files with 109 additions and 104 deletions

View File

@@ -706,11 +706,6 @@ class Feeds extends Protected_Handler {
//$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
$reply['content'] .= "<img src=\"images/art-pub-note.png\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"editArticleNote($id)\"
alt='PubNote' title='".__('Edit article note')."'>";
foreach ($button_plugins as $p) {
$reply['content'] .= $p->render($id, $line);
}