rename digest_checkbox
This commit is contained in:
parent
16cbc19a8a
commit
c2cd348b75
|
@ -697,7 +697,7 @@ class Feeds extends Handler_Protected {
|
||||||
$reply['content'] .= $p->hook_article_button($line);
|
$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\"
|
style=\"cursor : pointer\" style=\"cursor : pointer\"
|
||||||
onclick=\"dismissArticle($id)\"
|
onclick=\"dismissArticle($id)\"
|
||||||
title='".__('Close article')."'>";
|
title='".__('Close article')."'>";
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 165 B |
|
@ -3113,7 +3113,7 @@
|
||||||
$rv['content'] .= $p->hook_article_button($line);
|
$rv['content'] .= $p->hook_article_button($line);
|
||||||
}
|
}
|
||||||
|
|
||||||
$rv['content'] .= "<img src=\"".theme_image($link, 'images/digest_checkbox.png')."\"
|
$rv['content'] .= "<img src=\"".theme_image($link, 'images/close_article.png')."\"
|
||||||
class='tagsPic' style=\"cursor : pointer\"
|
class='tagsPic' style=\"cursor : pointer\"
|
||||||
onclick=\"closeArticlePanel($id)\"
|
onclick=\"closeArticlePanel($id)\"
|
||||||
title='".__('Close article')."'>";
|
title='".__('Close article')."'>";
|
||||||
|
|
|
@ -454,8 +454,6 @@ function add_headline_entry(article, feed, no_effects) {
|
||||||
if (d.getTime() / 1000 - article.updated < fresh_max)
|
if (d.getTime() / 1000 - article.updated < fresh_max)
|
||||||
li_class = "fresh";
|
li_class = "fresh";
|
||||||
|
|
||||||
//"<img title='" + __("Mark as read") + "' onclick=\"view("+article.id+", true)\" src='images/digest_checkbox.png'>" +
|
|
||||||
|
|
||||||
var checkbox_part = "<input type=\"checkbox\" class=\"cb\" onclick=\"toggle_select_article(this)\"/>";
|
var checkbox_part = "<input type=\"checkbox\" class=\"cb\" onclick=\"toggle_select_article(this)\"/>";
|
||||||
|
|
||||||
var date = new Date(article.updated * 1000);
|
var date = new Date(article.updated * 1000);
|
||||||
|
|
Loading…
Reference in New Issue