summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-09 20:48:13 +0100
committerAndrew Dolgov <[email protected]>2005-12-09 20:48:13 +0100
commita24f525cce32a6515532ac9392a5b02838ff82be (patch)
treef19d8acaf7f0fb7e7e5a0fa97c206c13204d2830 /tt-rss.php
parent3820a960c6cd28c61a43d88add853c3b0b4c9932 (diff)
quick action to add filter, misc backend improvements
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 89feb8571..5c15a507b 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -194,14 +194,17 @@
<option id="qmcPrefs" selected>Preferences...</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Feed actions:</option>
- <option id="qmcAddFeed">&nbsp;&nbsp;Add new feed</option>
- <option id="qmcRemoveFeed">&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 id="qmcUpdateFeeds">&nbsp;&nbsp;Update</option>
<option id="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>
<option id="qmcShowOnlyUnread">&nbsp;&nbsp;Show only unread</option>
+ <option disabled>--------</option>
+ <option style="color : #5050aa" disabled>Other actions:</option>
+ <option id="qmcAddFilter">&nbsp;&nbsp;Add filter...</option>
</select>
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">
</td>