summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-08 05:33:23 +0100
committerAndrew Dolgov <[email protected]>2008-08-08 05:33:23 +0100
commitd7e83df791eed94026758e1b4e49a93eb8e44062 (patch)
tree6577f69ae4e81a0a9847fa277ff9fcf4dc4c0cfe /functions.php
parentcbcbb0840799187ad40a94236c9b923ffe8d8aaa (diff)
headlins: feed icon tweaks
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions.php b/functions.php
index b6212cd15..31b7f758f 100644
--- a/functions.php
+++ b/functions.php
@@ -1563,9 +1563,9 @@
print "<span $rtl_tag id=\"FEEDN-$feed_id\">$feed</span>";
if ($unread != 0) {
- $fctr_class = "";
+ $fctr_class = "class=\"feedCtrHasUnread\"";
} else {
- $fctr_class = "class=\"invisible\"";
+ $fctr_class = "class=\"feedCtrNoUnread\"";
}
print " <span $rtl_tag $fctr_class id=\"FEEDCTR-$feed_id\">
@@ -5068,12 +5068,12 @@
# }
- print "<td class=\"hlUpdated\" onclick='javascript:view($id,$feed_id)'><nobr>$updated_fmt&nbsp;</nobr></td>";
+ print "<td class=\"hlUpdated\" onclick='view($id,$feed_id)'><nobr>$updated_fmt&nbsp;</nobr></td>";
print "<td class='hlMarkedPic'>$score_pic</td>";
if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
- print "<td class=\"hlFeedIcon\">$feed_icon_img</td>";
+ print "<td onclick=\"viewfeed($feed_id)\" class=\"hlFeedIcon\">$feed_icon_img</td>";
}
print "</tr>";