summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-22 11:11:41 +0100
committerAndrew Dolgov <[email protected]>2006-11-22 11:11:41 +0100
commit7086277caf21c8107c97072126bf6b4058a50593 (patch)
treeed53fe3a6a7d735c1d026c30d57472cf09f7c507 /tt-rss.php
parentbbb416e58b08ae8ad8f7fe30fd83a410ad2d3fad (diff)
add quick action to edit current feed
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 8531c4ca1..5ad9c0045 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -134,6 +134,7 @@ window.onload = init;
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Feed actions:</option>
<option value="qmcAddFeed">&nbsp;&nbsp;Subscribe to feed</option>
+ <option value="qmcEditFeed">&nbsp;&nbsp;Edit this feed</option>
<option value="qmcRemoveFeed">&nbsp;&nbsp;Unsubscribe</option>
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>