mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-15 21:19:14 +00:00
allow selecting headlines in normal mode by clicking on hlContent or hlUpdated td
This commit is contained in:
@@ -4953,7 +4953,7 @@
|
||||
# truncate_string($line["feed_title"],30)."</a> </td>";
|
||||
# } else {
|
||||
|
||||
print "<td class='hlContent$hlc_suffix' valign='middle'>";
|
||||
print "<td onclick='javascript:view($id,$feed_id)' class='hlContent$hlc_suffix' valign='middle'>";
|
||||
|
||||
print "<a id=\"RTITLE-$id\" href=\"javascript:view($id,$feed_id);\">" .
|
||||
$line["title"];
|
||||
@@ -4983,7 +4983,7 @@
|
||||
|
||||
# }
|
||||
|
||||
print "<td class=\"hlUpdated\"><nobr>$updated_fmt </nobr></td>";
|
||||
print "<td class=\"hlUpdated\" onclick='javascript:view($id,$feed_id)'><nobr>$updated_fmt </nobr></td>";
|
||||
|
||||
print "<td class='hlMarkedPic'>$score_pic</td>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user