summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 13:54:07 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 13:54:07 +0100
commitcb1083a1f6e13222b173c72e0627907aa978fd5f (patch)
treeac9a422e5084b9357a6bec30829a1803eca8f15e /tt-rss.php
parentbb7cfaceb1f76bd6dba7d0687ee2e338fd61df5b (diff)
limit number of loaded headlines
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index b30c4fcce..385ea487e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -59,6 +59,15 @@
<option>Starred</option>
</select>
+ &nbsp;Limit:
+
+ <select id="limitbox" onchange="javascript:viewCurrentFeed(0, '')">
+ <option>15</option>
+ <option>30</option>
+ <option>60</option>
+ <option>All</option>
+ </select>
+
&nbsp;Feed: <a class="button"
href="javascript:viewCurrentFeed(0, 'ForceUpdate')">Update</a>