mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 19:31:30 +00:00
add viewfeed_offline(); misc fixes
This commit is contained in:
@@ -579,6 +579,8 @@
|
||||
|
||||
$line["marked"] = (int)sql_bool_to_bool($line["marked"]);
|
||||
$line["unread"] = (int)sql_bool_to_bool($line["unread"]);
|
||||
$line["tags"] = format_tags_string(get_article_tags($link, $id), $id);
|
||||
|
||||
|
||||
print json_encode($line);
|
||||
print "]]></article>";
|
||||
|
||||
@@ -479,7 +479,7 @@
|
||||
|
||||
print_select_hash("amount", 50, $amount);
|
||||
|
||||
print " " . __("newest articles for offline reading.");
|
||||
print " " . __("latest articles for offline reading.");
|
||||
|
||||
print "<br/>";
|
||||
|
||||
@@ -491,8 +491,8 @@
|
||||
print "</form>";
|
||||
|
||||
print "<div class=\"dlgButtons\">
|
||||
<input class=\"button\"
|
||||
type=\"submit\" onclick=\"return initiate_offline_download()\" value=\"".__('Download')."\">
|
||||
<input class=\"button\"
|
||||
type=\"submit\" onclick=\"return initiate_offline_download(0, this)\" value=\"".__('Download')."\">
|
||||
<input class=\"button\"
|
||||
type=\"submit\" onclick=\"return closeInfoBox()\"
|
||||
value=\"".__('Cancel')."\"></div>";
|
||||
|
||||
Reference in New Issue
Block a user