1
0
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:
Andrew Dolgov
2007-08-26 05:13:50 +01:00
parent bc0f078560
commit d1f0c58498
5 changed files with 55 additions and 2 deletions

View File

@@ -134,6 +134,7 @@ window.onload = init;
<option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
<option value="qmcAddFeed"><?php echo __('&nbsp;&nbsp;Subscribe to feed') ?></option>
<option value="qmcEditFeed"><?php echo __('&nbsp;&nbsp;Edit this feed') ?></option>
<option value="qmcClearFeed"><?php echo __('&nbsp;&nbsp;Clear articles') ?></option>
<option value="qmcRemoveFeed"><?php echo __('&nbsp;&nbsp;Unsubscribe') ?></option>
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>