1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 03:51:28 +00:00

limit number of loaded headlines

This commit is contained in:
Andrew Dolgov
2005-09-05 13:54:07 +01:00
parent bb7cfaceb1
commit cb1083a1f6
3 changed files with 25 additions and 1 deletions

View File

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