mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 20:31:28 +00:00
new feed action: clear articles
This commit is contained in:
@@ -134,6 +134,7 @@ window.onload = init;
|
||||
<option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
|
||||
<option value="qmcAddFeed"><?php echo __(' Subscribe to feed') ?></option>
|
||||
<option value="qmcEditFeed"><?php echo __(' Edit this feed') ?></option>
|
||||
<option value="qmcClearFeed"><?php echo __(' Clear articles') ?></option>
|
||||
<option value="qmcRemoveFeed"><?php echo __(' Unsubscribe') ?></option>
|
||||
<!-- <option>Edit this feed</option> -->
|
||||
<option disabled>--------</option>
|
||||
|
||||
Reference in New Issue
Block a user