From 27b93988e7b18dc8f1e8d9c020424d5970c870dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 3 Dec 2018 20:05:11 +0300 Subject: add placeholder loading indicator to CDM entries restore missing "originally from" for archived articles --- classes/feeds.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/classes/feeds.php b/classes/feeds.php index 9fe528723..b003f7b53 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -583,7 +583,10 @@ class Feeds extends Handler_Protected { if (!$line['lang']) $line['lang'] = 'en'; // this is filled from RROW data-content - $tmp_content .= "
"; + $tmp_content .= "
+ +
"; + $tmp_content .= "
"; if ($line["orig_feed_id"]) { @@ -611,8 +614,6 @@ class Feeds extends Handler_Protected { } } - $tmp_content .= "
"; //content-inner - $tmp_content .= "
"; $always_display_enclosures = $line["always_display_enclosures"]; $tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures, -- cgit v1.2.3