summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-12 14:42:00 +0100
committerAndrew Dolgov <[email protected]>2006-01-12 14:42:00 +0100
commitc09ec856aa4187f1dbed8d308f5ca657bc52e05d (patch)
treef322ffef7bc78e8b6347d232cc79d8d440a6d6cd /tt-rss.php
parentab1c2c9de5951a8b6c857708f12ec280db03575f (diff)
rework actions
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php21
1 files changed, 10 insertions, 11 deletions
diff --git a/tt-rss.php b/tt-rss.php
index f0203e556..821c9b107 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -106,16 +106,15 @@
src="backend.php?op=error&msg=Loading,%20please wait..."
id="feeds-frame" name="feeds-frame" class="feedsFrameWithActions"> </iframe>
- <div align="center">All feeds:
+ <div align="center">
- <select id="allFeedsChooser">
+ <select id="allFeedsChooser" onchange="allFeedsMenuChange()">
+ <option selected>All feeds...</option>
<option>Update</option>
<option>Mark as read</option>
<option>Show only unread</option>
</select>
- <input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
-
</div>
<? } else { ?>
@@ -208,13 +207,14 @@
</td>
<td align="right">
- Actions: <select id="quickMenuChooser">
- <option id="qmcPrefs" selected>Preferences...</option>
- <option id="qmcSearch">Search...</option>
+ <select id="quickMenuChooser" onchange="quickMenuChange()">
+ <option id="qmcDefault" selected>Actions...</option>
+ <option id="qmcPrefs">Preferences</option>
+ <option id="qmcSearch">Search</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>
@@ -223,9 +223,8 @@
<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>
+ <option id="qmcAddFilter">&nbsp;&nbsp;Add filter</option>
</select>
- <input type="submit" class="button" onclick="quickMenuGo()" value="Go">
</td>
</tr>
</table>