summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-15 10:13:49 +0100
committerAndrew Dolgov <[email protected]>2005-11-15 10:13:49 +0100
commit3745788e891932ba47ea4efe8d448e9f8d9ca359 (patch)
treefa09f24fee5f6d00ba9b9bed1298af39a001eb43 /tt-rss.php
parentaa5f9f5fec1419b34e0ad71df3aad6019241b5c0 (diff)
toggle hide/display only unread feeds, All feeds: button ops changed into selector
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/tt-rss.php b/tt-rss.php
index a78a41f7a..34639c64f 100644
--- a/tt-rss.php
+++ b/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">