summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 13:28:11 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 13:28:11 +0100
commite266e7870d4c1ccc4b1a6e2e0209316885dc24df (patch)
tree2d6984acb32d56b08cb754801dc7836f183b8583 /functions.php
parenta80b05ea3399ade1e906cf358f75028cdc85af4a (diff)
allow selecting headlines in normal mode by clicking on hlContent or hlUpdated td
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index ac949dd49..6e6903d17 100644
--- a/functions.php
+++ b/functions.php
@@ -4953,7 +4953,7 @@
# truncate_string($line["feed_title"],30)."</a>&nbsp;</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&nbsp;</nobr></td>";
+ print "<td class=\"hlUpdated\" onclick='javascript:view($id,$feed_id)'><nobr>$updated_fmt&nbsp;</nobr></td>";
print "<td class='hlMarkedPic'>$score_pic</td>";