]> git.wh0rd.org Git - tt-rss.git/commitdiff
set mouse cursor on feed link icons in headlines display
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 19 Apr 2011 11:16:17 +0000 (15:16 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 19 Apr 2011 11:16:17 +0000 (15:16 +0400)
functions.php

index 78fec13adda242de72841c84e14253b6f812bd0b..1401cd744bdfd60ecec9734f408a0ff7a1f60b77 100644 (file)
                                        if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
 
                                                $reply['content'] .= "<span onclick=\"viewfeed($feed_id)\"
+                                                       style=\"cursor : pointer\"
                                                        title=\"".htmlspecialchars($line['feed_title'])."\">
                                                        $feed_icon_img<span>";
                                        }