mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:25:56 +00:00
allow adding/removing labels from frontend
This commit is contained in:
@@ -160,6 +160,8 @@ window.onload = init;
|
||||
<option value="qmcShowOnlyUnread"><?php echo __(' (Un)hide read feeds') ?></option>
|
||||
<option disabled="disabled">--------</option>
|
||||
<option style="color : #5050aa" disabled="disabled"><?php echo __('Other actions:') ?></option>
|
||||
|
||||
<option value="qmcAddLabel"><?php echo __(' Create label') ?></option>
|
||||
<option value="qmcAddFilter"><?php echo __(' Create filter') ?></option>
|
||||
<option value="qmcResetUI"><?php echo __(' Reset UI layout') ?></option>
|
||||
<option value="qmcResetCats"><?php echo __(' Reset category order') ?></option>
|
||||
|
||||
Reference in New Issue
Block a user