add placeholder loading indicator to CDM entries

restore missing "originally from" for archived articles
This commit is contained in:
Andrew Dolgov 2018-12-03 20:05:11 +03:00
parent 40a18add31
commit 27b93988e7
1 changed files with 4 additions and 3 deletions

View File

@ -583,7 +583,10 @@ class Feeds extends Handler_Protected {
if (!$line['lang']) $line['lang'] = 'en';
// this is filled from RROW data-content
$tmp_content .= "<div class=\"content-inner\" lang=\"".$line['lang']."\">";
$tmp_content .= "<div class=\"content-inner\" lang=\"".$line['lang']."\">
<img src='images/indicator_white.gif'>
</div>";
$tmp_content .= "<div class=\"intermediate\">";
if ($line["orig_feed_id"]) {
@ -611,8 +614,6 @@ class Feeds extends Handler_Protected {
}
}
$tmp_content .= "</div>"; //content-inner
$tmp_content .= "<div class=\"intermediate\">";
$always_display_enclosures = $line["always_display_enclosures"];
$tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures,