summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 07:21:16 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 07:21:16 +0100
commit6de5d05666e628f2ef8f3844fd7e2f96f3e1a7df (patch)
tree797a53799bcc5be6e6c9155ce65f441331f7ac8c /tt-rss.php
parentf84a97a31bd588bcf70fc71dbed27aca46d60b66 (diff)
add dialogue to remove current feed, overall quick meny improvements (shamelessly stolen from GMail)
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 6fc00c556..52863c145 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -138,9 +138,12 @@
</td>
<td align="right">
- <select id="quickMenuChooser">
+ Actions: <select id="quickMenuChooser">
<option selected>Preferences</option>
- <option>Add new feed</option>
+ <option disabled>-----</option>
+ <option disabled>Feed actions:</option>
+ <option>&nbsp;&nbsp;Add new feed</option>
+ <option>&nbsp;&nbsp;Remove this feed</option>
<!-- <option>Edit this feed</option> -->
</select>
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">