mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 08:31:29 +00:00
quick action to add filter, misc backend improvements
This commit is contained in:
@@ -194,14 +194,17 @@
|
||||
<option id="qmcPrefs" selected>Preferences...</option>
|
||||
<option disabled>--------</option>
|
||||
<option style="color : #5050aa" disabled>Feed actions:</option>
|
||||
<option id="qmcAddFeed"> Add new feed</option>
|
||||
<option id="qmcRemoveFeed"> 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 id="qmcUpdateFeeds"> Update</option>
|
||||
<option id="qmcCatchupAll"> Mark as read</option>
|
||||
<option id="qmcShowOnlyUnread"> Show only unread</option>
|
||||
<option disabled>--------</option>
|
||||
<option style="color : #5050aa" disabled>Other actions:</option>
|
||||
<option id="qmcAddFilter"> Add filter...</option>
|
||||
</select>
|
||||
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user