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:
16
tt-rss.php
16
tt-rss.php
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user