summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 15:36:50 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 15:36:50 +0100
commit1380f8eed4015a2759f9f49e9c90145c464ecd0c (patch)
tree9d06a0c84920ea6491cb04953ecd904d23dae48d /tt-rss.php
parentb2531a28a63fe23ddb0d0c518f8405d4d5e4eb25 (diff)
allow adding/removing labels from frontend
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 6e3d19a29..3454a3484 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -160,6 +160,8 @@ window.onload = init;
<option value="qmcShowOnlyUnread"><?php echo __('&nbsp;&nbsp;(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 __('&nbsp;&nbsp;Create label') ?></option>
<option value="qmcAddFilter"><?php echo __('&nbsp;&nbsp;Create filter') ?></option>
<option value="qmcResetUI"><?php echo __('&nbsp;&nbsp;Reset UI layout') ?></option>
<option value="qmcResetCats"><?php echo __('&nbsp;&nbsp;Reset category order') ?></option>