1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 03:45:56 +00:00

add viewfeed_offline(); misc fixes

This commit is contained in:
Andrew Dolgov
2009-02-03 18:43:44 +03:00
parent 95f0c2c5b3
commit 6a2034f9ff
4 changed files with 36 additions and 12 deletions

View File

@@ -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>";