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

rename digest_checkbox

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

View File

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