1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 17:49:16 +00:00

add a q shortcut; remove close_article button

This commit is contained in:
Andrew Dolgov
2013-01-23 13:39:36 +04:00
parent c2cd348b75
commit 2cda431400
4 changed files with 5 additions and 9 deletions

View File

@@ -697,11 +697,6 @@ class Feeds extends Handler_Protected {
$reply['content'] .= $p->hook_article_button($line);
}
$reply['content'] .= "<img src=\"images/close_article.png\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"dismissArticle($id)\"
title='".__('Close article')."'>";
$reply['content'] .= "</div>";
$reply['content'] .= "</div>";