mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:21:28 +00:00
hotkey s stars/unstars selected article
This commit is contained in:
@@ -1133,10 +1133,10 @@
|
||||
|
||||
if ($line["marked"] == "t" || $line["marked"] == "1") {
|
||||
$marked_pic = "<img id=\"FMARKPIC-$id\" src=\"images/mark_set.png\"
|
||||
alt=\"Reset mark\" onclick='javascript:toggleMark($id, false)'>";
|
||||
alt=\"Reset mark\" onclick='javascript:toggleMark($id)'>";
|
||||
} else {
|
||||
$marked_pic = "<img id=\"FMARKPIC-$id\" src=\"images/mark_unset.png\"
|
||||
alt=\"Set mark\" onclick='javascript:toggleMark($id, true)'>";
|
||||
alt=\"Set mark\" onclick='javascript:toggleMark($id)'>";
|
||||
}
|
||||
|
||||
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||
|
||||
Reference in New Issue
Block a user