allow selecting headlines in normal mode by clicking on hlContent or hlUpdated td
This commit is contained in:
parent
a80b05ea33
commit
e266e7870d
|
@ -4953,7 +4953,7 @@
|
||||||
# truncate_string($line["feed_title"],30)."</a> </td>";
|
# truncate_string($line["feed_title"],30)."</a> </td>";
|
||||||
# } else {
|
# } 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);\">" .
|
print "<a id=\"RTITLE-$id\" href=\"javascript:view($id,$feed_id);\">" .
|
||||||
$line["title"];
|
$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>";
|
print "<td class='hlMarkedPic'>$score_pic</td>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue