summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 16:58:06 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 16:58:06 +0100
commit6abab33066499c06b5dea96d3a46d9cf236af6a0 (patch)
tree10f5b336ebb95c2d01e253b65fe2eb0cd94ced72 /backend.php
parentc05608c26e8b65736cc9db0ab3a2ceb08eba85d9 (diff)
make headline row clickable
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 77bd9b215..a83740932 100644
--- a/backend.php
+++ b/backend.php
@@ -367,7 +367,8 @@
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"] . "</a>";
- print "<tr class='$class' id='RROW-$id'>";
+ print "<tr class='$class' id='RROW-$id'
+ onclick=\"javascript:view($id,$feed_id)\">";
print "<td id='FUPDPIC-$id' valign='center'
class='headlineUpdateMark'>$update_pic</td>";