mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 02:01:28 +00:00
actions menu changes
This commit is contained in:
14
tt-rss.php
14
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> Add new feed</option>
|
||||
<option> Remove this feed</option>
|
||||
<option id="qmcAddFeed"> Add new feed</option>
|
||||
<option id="qmcRemoveFeed"> Remove this feed</option>
|
||||
<!-- <option>Edit this feed</option> -->
|
||||
<option disabled>--------</option>
|
||||
<option style="color : #5050aa" disabled>All feeds:</option>
|
||||
<option> Update</option>
|
||||
<option> Mark as read</option>
|
||||
<option> Toggle display read</option>
|
||||
<option id="qmcUpdateFeeds"> Update</option>
|
||||
<option id="qmcCatchupAll"> Mark as read</option>
|
||||
<option id="qmcShowOnlyUnread"> Show only unread</option>
|
||||
</select>
|
||||
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user