mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 11:39:16 +00:00
add dialogue to remove current feed, overall quick meny improvements (shamelessly stolen from GMail)
This commit is contained in:
@@ -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> Add new feed</option>
|
||||
<option> Remove this feed</option>
|
||||
<!-- <option>Edit this feed</option> -->
|
||||
</select>
|
||||
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">
|
||||
|
||||
Reference in New Issue
Block a user