summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 16:11:44 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 16:11:44 +0300
commit6a1cd59192bf4319b90319f7d623fae9011728ff (patch)
tree6743d18cbffd34a71649c052a19d27b3bc950580 /modules/popup-dialog.php
parent87b16a0a6156e90f549f13f59e657ff03a33a7e4 (diff)
implement dumb article downloader
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index d89547fe9..e62f84e9c 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -474,20 +474,22 @@
$amount = array(
50 => 50,
100 => 100,
- 0 => "All unread");
+ 250 => 250);
print_select_hash("amount", 50, $amount);
print " " . __("newest articles for offline reading.");
+ print "<br/>";
+
+ print "<input checked='yes' type='checkbox' name='unread_only' id='unread_only'>";
+ print "<label for='unread_only'>".__('Only include unread articles')."</label>";
+
print "</div>";
print "</form>";
print "<div class=\"dlgButtons\">
- <div id=\"d_progress_o\" style=\"display : none\">
- <div id=\"d_progress_i\"></div>
- </div>
<input class=\"button\"
type=\"submit\" onclick=\"return initiate_offline_download()\" value=\"".__('Download')."\">
<input class=\"button\"