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

toggle hide/display only unread feeds, All feeds: button ops changed into selector

This commit is contained in:
Andrew Dolgov
2005-11-15 10:13:49 +01:00
parent aa5f9f5fec
commit 3745788e89
7 changed files with 133 additions and 14 deletions

View File

@@ -62,15 +62,17 @@
src="backend.php?op=error&msg=Loading,%20please wait..."
id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
<p align="center">All feeds:
<div align="center">All feeds:
<input class="button" type="submit"
onclick="javascript:scheduleFeedUpdate(true)" value="Update">
<input class="button" type="submit"
onclick="javascript:catchupAllFeeds()" value="Mark as read">
<select id="allFeedsChooser">
<option>Update</option>
<option>Mark as read</option>
<option>Toggle display read</option>
</select>
</p>
<input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
</div>
</td>
<td valign="top" class="headlinesToolbarBox">