From 1ede58149d1fc7929a1daa8c37ee843398dc8e99 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 13:37:03 +0300 Subject: allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content --- functions.php | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 61be7fa66..0ae97af4f 100644 --- a/functions.php +++ b/functions.php @@ -5262,14 +5262,9 @@ print "$marked_pic"; print "$published_pic"; -# if ($line["feed_title"]) { -# print "$content_link"; -# print " -# ". -# truncate_string($line["feed_title"],30)." "; -# } else { - - print ""; + print ""; print "". -# $line["feed_title"]." - if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) { if (@$line["feed_title"]) { print " @@ -5298,14 +5290,12 @@ } } -// print ""; - print ""; -# } - - print "$updated_fmt "; + + print "$updated_fmt  + "; print "$score_pic"; @@ -5396,8 +5386,8 @@ print ""; print "
"; print "
"; @@ -5445,6 +5435,8 @@ $article_content = sanitize_rss($link, $line["content_preview"], false, false, $feed_site_url); + if (!$article_content) $article_content = " "; + print "
"; if ($line['note']) { print format_article_note($id, $line['note']); @@ -5500,7 +5492,7 @@ print "Dismiss"; print "
"; -- cgit v1.2.3