mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 08:41:28 +00:00
add placeholder loading indicator to CDM entries
restore missing "originally from" for archived articles
This commit is contained in:
@@ -583,7 +583,10 @@ class Feeds extends Handler_Protected {
|
|||||||
if (!$line['lang']) $line['lang'] = 'en';
|
if (!$line['lang']) $line['lang'] = 'en';
|
||||||
|
|
||||||
// this is filled from RROW data-content
|
// 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"]) {
|
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"];
|
$always_display_enclosures = $line["always_display_enclosures"];
|
||||||
$tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures,
|
$tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures,
|
||||||
|
|||||||
Reference in New Issue
Block a user