add placeholder loading indicator to CDM entries
restore missing "originally from" for archived articles
This commit is contained in:
parent
40a18add31
commit
27b93988e7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue