summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 06:16:43 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 06:16:43 +0100
commitcbe45fa8ec322f9b95bbe89e19c9fbd81386e3a2 (patch)
tree65eb3f1da2d3576e3a0d3928caca869f4432af2a /tt-rss.php
parent7a991cac30acd4cbf4cca474765250b186d5fde7 (diff)
actions menu changes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 8a2154957..88dc8876e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -69,7 +69,7 @@
<select id="allFeedsChooser">
<option>Update</option>
<option>Mark as read</option>
- <option>Toggle display read</option>
+ <option>Show only unread</option>
</select>
<input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
@@ -142,17 +142,17 @@
</td>
<td align="right">
Actions: <select id="quickMenuChooser">
- <option selected>Preferences</option>
+ <option id="qmcPrefs" selected>Preferences...</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Feed actions:</option>
- <option>&nbsp;&nbsp;Add new feed</option>
- <option>&nbsp;&nbsp;Remove this feed</option>
+ <option id="qmcAddFeed">&nbsp;&nbsp;Add new feed</option>
+ <option id="qmcRemoveFeed">&nbsp;&nbsp;Remove this feed</option>
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled>All feeds:</option>
- <option>&nbsp;&nbsp;Update</option>
- <option>&nbsp;&nbsp;Mark as read</option>
- <option>&nbsp;&nbsp;Toggle display read</option>
+ <option id="qmcUpdateFeeds">&nbsp;&nbsp;Update</option>
+ <option id="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>
+ <option id="qmcShowOnlyUnread">&nbsp;&nbsp;Show only unread</option>
</select>
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">
</td>